Does this mean the workers are going to be a separate service that will be deployed on cloudflare then i can communicate with the generated url from my backend?, Because initially i tried creating the worker on my nestjs backend and i think i'm missing out on some steps which the docs doesn't cover for
This is really tough since there are too few documents or tutorials about this.
Not to mention, the current version of wrangler does not work like this anymore.
@@vanchien5874 totally agreed, this is not really helping.
Does this mean the workers are going to be a separate service that will be deployed on cloudflare then i can communicate with the generated url from my backend?, Because initially i tried creating the worker on my nestjs backend and i think i'm missing out on some steps which the docs doesn't cover for
This was super useful. Thank you!
Still very useful! Good Job
Can I connect these workers and storage with node.js backend? and send requests to get photos from the storage?
How can I access environment variables inside testing file using vitest?