This example is to demonstrate support for a2wsgi, available since BlackSheep 2.6.1.
- Create a virtual environment and activate it.
- Install dependencies.
- Run with the command below.
pip install blacksheep a2wsgi gunicorn
gunicorn server:wsgi_app -w 4pip install uwsgi
uwsgi --http :8000 --wsgi-file server.py --callable wsgi_app