Hacker News new | ask | show | jobs
by giovannibonetti 1054 days ago
Render seems to have autoscaling with a reasonable round-robin load balancer [1], whereas Heroku only has autoscaling in (expensive) Private Spaces [2] with a dumb load balancer [3].

[1] https://feedback.render.com/features/p/docs-on-how-renders-l... [2] https://devcenter.heroku.com/articles/scaling#autoscaling [3] https://devcenter.heroku.com/articles/http-routing#request-d...

1 comments

And Render also handles distribution Elixir which is impossible on Heroku and a pain to roll yourself. Plus, they have free static/SPAs.