summaryrefslogtreecommitdiffstats
path: root/python/gunicorn/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-08-19 11:02:48 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:49:48 +0200
commit4713f95e77f920cb7c85ed787f222884756ac941 (patch)
tree981dea92078dfe8f4493fc5ccc74c7d99bedcabb /python/gunicorn/README
parent38d1a6b2bdd705c5271c29b54a2bc1fbb5de8a75 (diff)
downloadslackbuilds-4713f95e77f920cb7c85ed787f222884756ac941.tar.gz
python/gunicorn: Added (WSGI HTTP Server for UNIX).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/gunicorn/README')
-rw-r--r--python/gunicorn/README5
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.