# falcon-asgi-example 学习 Python 的 Web 框架 Falcon ASGI 协议 ## 安装依赖 ``` python3 -m pip install -r requirements.txt ``` ## ASGI Tutorial