Closed AliceYuan closed 8 years ago
http://flask.pocoo.org/docs/0.10/deploying/
Depending on what you have available there are multiple ways to run Flask applications. You can use the builtin server during development, but you should use a full deployment option for production applications.
http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
http://blog.luisrei.com/articles/flaskrest.html
http://eon01.com/blog/creating-a-flask-based-restful-api-and-deploying-it-to-aws-ec2-instance/ this talks about apache
http://flask.pocoo.org/docs/0.10/deploying/
Depending on what you have available there are multiple ways to run Flask applications. You can use the builtin server during development, but you should use a full deployment option for production applications.