Gunicorn worker for Sanic
项目描述
# sanic-gunicorn
[Gunicorn](http://gunicorn.org/) worker for [Sanic](https://github.com/channelcat/sanic)
## 安装
`bash $ pip install -U sanic-gunicorn `
## 使用
`bash $ gunicorn --bind localhost:8000 --worker-class sanic_gunicorn.Worker your_app_module:app `