DEV Community

Discussion on: Simplest way to deploy a Flask app

Collapse
 
rrampage profile image
Raunak Ramakrishnan

You will need a WSGI server. Have a look at this tutorial. It shows you how to deploy a flask app using Nginx and uwsgi.