Skip to content

异步编程

安装依赖

shell
pip install aiohttp hypercorn asgiref

运行项目

shell
python run.py

或者

shell
hypercorn app:app

image-20250118200401884

查看代码

https://gitee.com/PatrickW/flask-web/blob/master/src/case8_async