@sperand_io @elithrar @Cloudflare Two things here:
We are working on (couldn't quite make it for this week) a change where when you call another Worker via a service binding, this won't be billed as a request. (so that pricing doesn't disincentivize breaking apart an app into many Workers) Coming soon.
Hey guys i am coming back to cloudflare workers after falling down the rabbit hole of nest js server development although really fun and cool, I feel that cloudflare workers was so easy to get going fast. As we stand today can i jump in cloudflare tools like workers, durable objects, and queues to develop a pretty capable platform backend api for something like a ecommerce website with hundreds of thousands of orders per day
I built a mvp on cloudflare workers and when i got to queues i got overwhelmed. I used upstash queues tho i found alot of failed events/messages it made me overwhelmed with not being able to figure out
Most people here use https://hono.dev as their framework but its more express-like than nest. Not sure if nest would work on workers or if there is a good alternative close to it.
Hono is a small, simple, and ultrafast web framework for the Edges. It works on Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js. Fast, but not only fast.
I am one developer I love to code so much i do it 19 hours a day unhealthy lol. I am trying to build mvp backends that can handle a good amount of users.