slackbuilds_ponce/network/uwsgi
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README network/uwsgi: Updated for version 1.2.3. 2012-06-25 21:37:45 -04:00
slack-desc network/uwsgi: Updated for version 0.9.8.3. 2011-08-29 08:44:55 -03:00
uwsgi.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
uwsgi.SlackBuild network/uwsgi: Updated for version 1.2.3. 2012-06-25 21:37:45 -04:00

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.