Hacker News new | ask | show | jobs
by Kkoala 2305 days ago
How is Render different from Heroku? It seems like a slightly more expensive than Heroku with slightly fewer features?
1 comments

Render is more flexible than Heroku: you can host apps that rely on disks (like Elasticsearch and MySQL), private services, cron jobs, and of course free static sites. You also get automatic zero downtime deploys, health checks and small but handy features like HTTP/2 and automatic HTTP->HTTPS redirects.

It's considerably less expensive as your application scales: a webapp that needs 3GB RAM costs $50/month on Render; on Heroku you'll pay $250/month for 2.5GB RAM, and $500/month for the next tier (14GB RAM).

And you get free chat support.