Skip to content

PoorHttp/PoorHTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest version

Supported Python versions

Development Status

License

PoorHTTP

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:

PyPI:

pip3 install poorhttp