order_sanic 异步框架sanic 框架demo Usage pip install -r requirements.txt 配置自己需要的env 启动服务 nohup honcho -e envs/dev.env run python app_server.py -p 8686 >/dev/null &