You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis 4713f95e77
python/gunicorn: Added (WSGI HTTP Server for UNIX).
9 years ago
..
README python/gunicorn: Added (WSGI HTTP Server for UNIX). 9 years ago
gunicorn.SlackBuild python/gunicorn: Added (WSGI HTTP Server for UNIX). 9 years ago
gunicorn.info python/gunicorn: Added (WSGI HTTP Server for UNIX). 9 years ago
slack-desc python/gunicorn: Added (WSGI HTTP Server for UNIX). 9 years ago

README

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.