2024-01-06 11:13:07 +01:00
|
|
|
# python-gunicorn
|
|
|
|
|
2024-01-06 11:13:09 +01:00
|
|
|
WSGI HTTP Server for UNIX.
|
|
|
|
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 resource usage, and fairly speedy.
|
|
|
|
|