Overview
What is Gunicorn?
Gunicorn 'Green Unicorn' is an open source Python WSGI HTTP Server for UNIX. It's a pre-fork worker model. The Gunicorn server is presented as broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
Loading...
Loading...