How to use Django with Gunicorn Installing Gunicorn Running Django in Gunicorn as a generic WSGI application How to use Django with Gunicorn Gunicorn (‘Green Unicorn’) is a p...
Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proc...
Deployment Options Hosted options Self-hosted options Deployment Options While lightweight and easy to use, Flask’s built-in server is not suitable for production as it does...
Offloading Websockets and Server-Sent Events AKA “Combine them with Django safely” Disclaimer uWSGI offloading Our SSE app The (boring) HTML/Javascript The Django view Let’s o...
Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proce...
eventlet Installing Running Binding Externally eventlet Prefer using Gunicorn with eventlet workers rather than using eventlet directly. Gunicorn provides a much more confi...
Middleware Middleware A WSGI middleware is a WSGI application that wraps another applicationin order to observe or change its behavior. Werkzeug provides somemiddleware for com...