My first choice is Flask + Heroku + PostgreSQL. Ideally I want something that is very easy to build MVP, but not totally to throw away later on. Hoodie is interesting, but I need backend.
Any Java, Scala, Python, js, Go suggestion?
1–7 of 7 posts
My first choice is Flask + Heroku + PostgreSQL. Ideally I want something that is very easy to build MVP, but not totally to throw away later on. Hoodie is interesting, but I need backend.
Any Java, Scala, Python, js, Go suggestion?
I am pretty sure that flask is not a throwaway framework. Lately on Stackoverflow careers, I see a few companies using flask in production if that's one way to measure it. See this http://careers.stackoverflow.com/jobs?searchTerm=flask
We use Flask in production at Mighty Spring ( https://www.mightyspring.com ). What started as a simple MVP has become a fully-featured web app and Flask has been great to work with along the way.
The nice thing about Python is that the library support is amazing, and there is a fairly easy path to performance improvements using PyPy and/or wrapped C code.
Obviously a JVM language will have a huge ecosystem of libraries and good performance out of the box. I prefer Python as a language but that is entirely personal.
While Go is really popular around here, the language doesn't have a very ecosystem of libraries.