Hacker News new | ask | show | jobs
by PenguinCoder 1513 days ago
Heroku is not _the only thing that just works for standard monolith web apps_. Plenty of others in this space, like netlify, vercel, firebase, etc. I don't know how they all compare to each other, I don't use any of them.
2 comments

Netlify and Vercel are great, but they're limited for deploying backends. You're limited to a FaaS paradigm with the languages they support, and if you need a database you'll need to host it somewhere else. It's a long ways from the flexibility of running arbitrary containers + a managed database that's easy to connect to.
Most of those others don’t offer traditional compute. And “functions” have a lot of limitations, and a pain to work with locally.