conqr
conqr
CDCloudflare Developers
Created by tony on 4/30/2024 in #workers-help
executionCtx.waitUntil on write service
This
19 replies
CDCloudflare Developers
Created by tony on 4/30/2024 in #workers-help
executionCtx.waitUntil on write service
Read the thing above
19 replies
CDCloudflare Developers
Created by tony on 4/30/2024 in #workers-help
executionCtx.waitUntil on write service
19 replies
CDCloudflare Developers
Created by tony on 4/30/2024 in #workers-help
executionCtx.waitUntil on write service
Are you using miniflare or remote?
19 replies
CDCloudflare Developers
Created by anureddy11 on 4/14/2024 in #general-help
Creating express backend application in Workers
Generally, if some code / package doesn't work in the browser, it'll need to be pollyfilled / won't work at all on workers
21 replies
CDCloudflare Developers
Created by anureddy11 on 4/14/2024 in #general-help
Creating express backend application in Workers
21 replies
CDCloudflare Developers
Created by anureddy11 on 4/14/2024 in #general-help
Creating express backend application in Workers
Also you need to keep in mind that Workers use a modified JS v8 runtime, and not the node runtime, so a lot of node packages need to be pollyfilled / don't work
21 replies
CDCloudflare Developers
Created by anureddy11 on 4/14/2024 in #general-help
Creating express backend application in Workers
Cloudflare workers have poor (or nonexistent) TCP support
21 replies
CDCloudflare Developers
Created by anureddy11 on 4/14/2024 in #general-help
Creating express backend application in Workers
I recommend testing / developing using that and then you can swap out to Hyperdrive for production
21 replies
CDCloudflare Developers
Created by anureddy11 on 4/14/2024 in #general-help
Creating express backend application in Workers
Cloudflare has a built-in SQLite Database for Workers named D1
21 replies
CDCloudflare Developers
Created by anureddy11 on 4/14/2024 in #general-help
Creating express backend application in Workers
I recommend just writing SQL
21 replies
CDCloudflare Developers
Created by anureddy11 on 4/14/2024 in #general-help
Creating express backend application in Workers
There are probably some, but many ORMs directly connect to the database, so it probably wouldn't work
21 replies
CDCloudflare Developers
Created by NastykSwED on 4/14/2024 in #general-help
React SPA + Axios with CF Challenge
You can disable bot fight / bot detection on the specific subdomain / route using a page rule or configuration rule
5 replies