GitHub - PoorHttp/PoorHTTP: HTTP / WSGI Server based on Python Simple Server. · GitHub
Skip to content

Latest commit

 

History

77 Commits

Folders and files

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

About

HTTP / WSGI Server based on Python Simple Server.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages