PoorHTTP server is standalone HTTP/WSGI server, which is designed for using Python web applications. Unlike other projects, this is not framework, but single server type application.
For more information see Project homepage
Daemon mode:
poorhttp --pidfile=/my/pidfile.pid --config=/my/config.ini start
Foreground (docker) mode:
python3 -OO -m poorhttp -a localhost -w simple.py -f -i
This software depends on two libraries python-daemon
and lockfile
which
are installed automatically by pip.
From source:
- Release tarbal on https://github.com/PoorHttp/PoorHTTP/releases
- Git with account on [email protected]:PoorHttp/PoorHTTP.git
- Git over http on https://github.com/PoorHttp/PoorHTTP.git
PyPI:
pip3 install poorhttp