mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
a1602565c6
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
12 lines
576 B
Text
12 lines
576 B
Text
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.
|