Comment on Flask 0.7 Released (Python Web Framework)parentComments−jparise15yYou can actually use Flask from within Tornado's WSGI adapter.http://flask.pocoo.org/docs/deploying/others/This lets your leverage Tornado's high-performance IO loop while still developing your web application using Flask.
Comments
You can actually use Flask from within Tornado's WSGI adapter.
http://flask.pocoo.org/docs/deploying/others/
This lets your leverage Tornado's high-performance IO loop while still developing your web application using Flask.