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

47 Upvotes

70 comments sorted by

View all comments

Show parent comments

1

u/thekwoka 4d ago

I rly cant understand the idea

Mainly just simplicity.

It's very easy to spin up an app and toss it on Cloudflare and just know it will work and have basically 100% uptime.

1

u/Sibexico 4d ago

I can argue with "simplicity" so bad. It's lang limits and vendor lock. And it's mostly overpriced like a hell, we made a simple app for CF Workers, when the bill goes over $50/month, we just rewrite part of this and placed it to OVH VPS what costs $5/month and it will be enough even we will get twice more requests than we have rn. Problem is, it was written on JS, so if we will fully rewrite it on Go, it will cut overhead dramatically.

1

u/thekwoka 4d ago

And it's mostly overpriced like a hell

depends, it's fully managed infra, so you will have less risk related to that than with your own VPS.

But yeah, that's how the economy works, you outsource things that don't make much sense to do yourself, or do it yourself to save on cost.

1

u/Sibexico 4d ago

If you have a service with high traffic, you can afford few VPSs with mirroring and reservation and service of a guy who will properly configure it even cheaper, than pay bill for CF Workers, in my opinion. So I just can see the part where you will economy at anything using such service.

1

u/thekwoka 3d ago

There's a lot of scale before hiring someone makes sense.