summaryrefslogtreecommitdiffstats
path: root/python/gunicorn/README
blob: df436800257b662b684d57e0fc447da9b00a9fa0 (plain)
1
2
3
4
5
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.