mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
893e4e41a9
Also fix python3 build. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
707 B
Text
14 lines
707 B
Text
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, Perl PSGI, and
|
|
Ruby Rack.
|