Python API合集
运行
建议使用genvent做协程,解决高并发注意:windowns平台不支持genvent
运行: sudo apt-get install gunicorn
python3 -u /usr/bin/gunicorn -c gun.py main:app # 使用genvent
python3 main.py # 使用原生Python
设置为systemclt服务参考:
sudo cp PythonAPI.service /usr/lib/systemd/system