Skip to content

A simple WSGI HTTP server based on epoll and pre-forking

License

Notifications You must be signed in to change notification settings

Caratpine/binks

Repository files navigation

binks

PyPI APM

A simple WSGI web server.

Prerequisites

  • Python >= 3.6
  • werkzeug_raw

Install

pip install binks

Usage

binks --host 127.0.0.1 --port 8080 -w 5 --app examples.wsgi:app

Author

👤 xdd1874

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 xdd1874.
This project is MIT licensed.

Shout out to


This README was generated with ❤️ by readme-md-generator

About

A simple WSGI HTTP server based on epoll and pre-forking

Resources

License

Stars

Watchers

Forks

Packages

No packages published