diff options
Diffstat (limited to 'python/gunicorn/README')
-rw-r--r-- | python/gunicorn/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/gunicorn/README b/python/gunicorn/README new file mode 100644 index 0000000000..df43680025 --- /dev/null +++ b/python/gunicorn/README @@ -0,0 +1,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. |