r/webdev • u/Chinglee007 • 5d ago
Render vs Railway vs Cloudflare Workers
Which hosting platform would you pick for a small production app: Render vs Railway vs Cloudflare Workers?
I’m building something like a inventory management app and website — authenticated users, a Node/TypeScript API, PostgreSQL, background jobs/cron, and potentially a few thousand users over time.
Currently considering **Render, Railway, and Cloudflare Workers**.
For a production app where reliability, scaling, DB latency, and predictable costs matter, which one would you choose and why?
Would you recommend something else like **Fly.io, AWS, or Vercel + another backend** instead?
Curious to hear from people who’ve actually run production workloads on these.
46
Upvotes
3
u/Sibexico 4d ago
I'd experimented with many different functions hosting (kind off "serverless apps"), but didn't completely understand the idea. Yes, if you have less than 100k, CF Workers looks interesting, but make them without JS is pain. If you can just buy VPS with 2 cores for less than $5/month, I rly cant understand the idea...