|
|
|
|
|
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 |
|
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!