|
|
|
|
|
by VMG
4921 days ago
|
|
https://gunicorn-docs.readthedocs.org/en/0.17.0/index.html Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy. |
|