主题
异步编程
安装依赖
shell
pip install aiohttp hypercorn asgiref
运行项目
shell
python run.py
或者
shell
hypercorn app:app
查看代码
https://gitee.com/PatrickW/flask-web/blob/master/src/case8_async