summaryrefslogtreecommitdiffstats
path: root/network/uwsgi/README
diff options
context:
space:
mode:
author Audrius Kažukauskas2010-10-25 04:23:54 +0200
committer Erik Hanson2010-10-25 14:55:11 +0200
commit8dabd065295cf4a710be07ae56e99336fe9a57f8 (patch)
tree0d57ff4109cfe5e7d09d004512010276d9de4600 /network/uwsgi/README
parent1430391bcf9f3f8452049caa3e2cc71a524cf85a (diff)
downloadslackbuilds-8dabd065295cf4a710be07ae56e99336fe9a57f8.tar.gz
network/uwsgi: Added (fast Python WSGI server)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/uwsgi/README')
-rw-r--r--network/uwsgi/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/uwsgi/README b/network/uwsgi/README
new file mode 100644
index 0000000000..064f06b61c
--- /dev/null
+++ b/network/uwsgi/README
@@ -0,0 +1,11 @@
+uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server, aimed
+for professional Python webapp deployment and development. Over time it has
+evolved in a complete stack for networked/clustered Python applications,
+implementing message/object passing, RPC and process management. It uses the
+uwsgi (all lowercase) protocol for all the networking/interprocess
+communications.
+
+uWSGI can be integrated with various webservers (apache2, nginx, cherokee and
+lighttpd modules available).
+
+Note: this script only builds the uWSGI server.