summaryrefslogtreecommitdiffstats
path: root/python/gunicorn/README
blob: fc0fbf951c2c72ac7ed6fad1043def0549660155 (plain)
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.

Optional dependency (autodetected): python3