Hacker News new | ask | show | jobs
by amorphic 3157 days ago
Several people have mentioned Flask. Eve is a well-written and actively-developed Flask framework for building RESTful API services: http://python-eve.org. It's most at home with a MongoDB backend but can also use SQL RDBMS, ElasticSearch and Neo4J.
1 comments

What's the benefit over Flask (which is part of Eve anyhow)?