Hacker News new | ask | show | jobs
by lnalx 1198 days ago
Rails is the way to go. The productivity of the Ruby language is insane. It's battle tested for decades and you can easily scale your prototype.

If you want a simple app served on a single host you can try LiteStack [0] so you don't need a Redis/Postgres/Sidekiq instance, just SQLite.

Laravel is also good if you like PHP language.

[0] https://github.com/oldmoe/litestack

1 comments

I’d second thiis. I have prototyped webapps for a decade, and nothing comes close to the speed and agility, not to mention the flexibility, that a Rails webapp can afford. Kudos!

I’d also second Flask for a Python-based setup. Node w/express used to be quick to prototype an app, but that’s not my current choice of platform. ymmv!