slackbuilds/network/uwsgi
Audrius Kažukauskas a1602565c6 network/uwsgi: Updated for version 0.9.6.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-03-02 16:12:46 -03:00
..
README network/uwsgi: Updated for version 0.9.6.7. 2011-03-02 16:12:46 -03:00
slack-desc network/uwsgi: Added (fast Python WSGI server) 2010-10-25 07:55:11 -05:00
uwsgi.SlackBuild network/uwsgi: Updated for version 0.9.6.7. 2011-03-02 16:12:46 -03:00
uwsgi.info network/uwsgi: Updated for version 0.9.6.7. 2011-03-02 16:12:46 -03:00

README

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 without any webserver
modules.