|
há 1 ano atrás | |
---|---|---|
.. | ||
config | há 3 anos atrás | |
controller | há 3 anos atrás | |
static | há 3 anos atrás | |
util | há 3 anos atrás | |
README.md | há 3 anos atrás | |
debug.py | há 3 anos atrás | |
fastapi-demo.iml | há 1 ano atrás | |
gunicorn_config.py | há 3 anos atrás | |
main.py | há 3 anos atrás |
python3 -m pip install httptools uvloop gunicorn uvicorn
# uvicorn 启动
uvicorn local:app --reload --port 5000
# 多线程启动
gunicorn api_rec:app -c gunicorn_config.py -D
kill -9 $(lsof -t -i:5000)