6 ms·
Serious question: Who actually builds stuff on Cloudflare workers? I mean large software projects / services, and not just side projects where the ability to sc
by heipei 6mo ago
Serious question: Who actually builds stuff on Cloudflare workers? I mean large software projects / services, and not just side projects where the ability to scale-to-zero is perhaps more important than the scale-to-infinity direction. I feel like Cloudflare keeps pushing workers with its full force yet I fail to see the appeal.
- odie5533 6mo agoIt's always seemed like a solution looking for a problem.
- CharlesW 6mo agoI'm building a commercial SaaS product on Workers. Although I've barely scratched the surface of what Cloudflare offers¹, so far it's been great. The value proposition is effectively the same as serverless in general: You worry about the product, they worry about deployment. Note that Cloudflare Workers is just one (albeit important) star in their constellation of capabilities. ¹https://developers.cloudflare.com/directory/?product-group=Developer+platform https://developers.cloudflare.com/directory/?product-group=D...
- jesse_dot_id 6mo agoMe. I used to deploy everything via Docker swarm but recently migrated everything to workers because wrangler is awesome, it makes blue/green very simple, and it's a lot less of a headache for me to maintain in general. It's a great/flexible product. I also use R1/R2 pretty extensively.
- lioeters 6mo agoCloudflare Workers solves their "scaling the price to infinity" problem.
- aetherspawn 6mo agoAnything built in Svelte can be deployed to workers easily, and it’s a very good platform. Just missing compartmentalisation features between prod and dev environments.
- hacker161 6mo agoCanva is built on Workers https://www.cloudflare.com/case-studies/canva/ https://www.cloudflare.com/case-studies/canva/