slackbuilds/network/uwsgi
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
uwsgi.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
uwsgi.info

README

uWSGI is a fast, self-healing and developer/sysadmin-friendly
application container server coded in pure C.  Born as a WSGI-only
server, over time it has evolved in a complete stack for
networked/clustered web applications, implementing message/object
passing, caching, RPC and process management.  It uses the uwsgi (all
lowercase; included by default in Nginx and Cherokee web servers)
protocol for all the networking/interprocess communications.

uWSGI is designed to be fully modular.  This means that different
plugins can be used in order to add compatibility with tons of different
technology on top of the same core.

This script builds plugins for Python 2.x, Python 3.x (optional, pass
PYTHON3=yes to enable; requires python3 to be installed), Perl PSGI, and
Ruby Rack.