aiowsgi-serve
minimalist WSGI server implementation using async
Install
- All systems
-
curl cmd.cat/aiowsgi-serve.sh
- Debian
-
apt-get install python3-aiowsgi
- Ubuntu
-
apt-get install python3-aiowsgi
- Kali Linux
-
apt-get install python3-aiowsgi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-aiowsgi
- Dockerfile
- dockerfile.run/aiowsgi-serve
python3-aiowsgi
minimalist WSGI server implementation using async
This package provides a simple Python implementation of the WSGI interface using the waitress pure Python HTTP implementation.