Application server for deploying Python and other web applications
Full stack for building hosting services
uwsgi$ uwsgi --http :8000 --wsgi-file myapp.py --callable app$ uwsgi --ini uwsgi.ini$ uwsgi --http :8000 --wsgi-file myapp.py --callable app --processes 4 --threads 2