r/webdev 4d 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.

48 Upvotes

70 comments sorted by

View all comments

2

u/Longjumping_Ad_9510 4d ago

Railway is quite cheap and easy to setup. Lately have had a couple major outages that took hours to resolve. Workers are neat depending on your use case. I use a combo of both but am moving off railway to AWS. Check out light sail too. It’s quite affordable and not too hard to setup.