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
Running
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
Installation
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 git@github.com:PoorHttp/PoorHTTP.git
- Git over http on https://github.com/PoorHttp/PoorHTTP.git
PyPI: