- Gunicorn
Using Gunicorn to provide a WSGI server for applications.
We'll cover the following...
Using Gunicorn
We can use to provide a WSGI server for our echo Flask application. Using Gunicorn helps separate the functionality of an application, which we implemented in Flask with the deployment of an application. Gunicorn is a lightweight WSGI implementation that works well with Flask apps.
It’s straightforward to ...
Access this course and 1400+ top-rated courses and projects.