sanic-gunicorn

Gunicorn worker for Sanic


Keywords
sanic, gunicorn
License
MIT
Install
pip install sanic-gunicorn==0.1.2

Documentation

sanic-gunicorn

Gunicorn worker for Sanic

Notice: For Sanic v0.5.0 and above, please use its built-in Gunicorn support.

Installation

$ pip install -U sanic-gunicorn

Usage

$ gunicorn --bind localhost:8000 --worker-class sanic_gunicorn.Worker your_app_module:app