diff options
Diffstat (limited to 'network/uwsgi/README')
-rw-r--r-- | network/uwsgi/README | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/network/uwsgi/README b/network/uwsgi/README index a26d9d15ce..d65adf3a69 100644 --- a/network/uwsgi/README +++ b/network/uwsgi/README @@ -1,12 +1,15 @@ -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 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 can be integrated with various webservers (apache2, nginx, cherokee -and lighttpd modules available). +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. -Note: this script only builds the uWSGI server without any webserver -modules. +This script builds plugins for Python 2.6, Python 3.2 (optional, pass +PYTHON32=yes to enable; requires python3 to be installed), Perl PSGI +(disabled, works only with Perl from -current), and Ruby Rack. |