学习 Python 的 Web 框架 Falcon
Go to file
BryantHe 9948bd6f52 update readme 2023-07-16 16:41:38 +08:00
app init 2023-07-16 16:41:04 +08:00
.gitignore init 2023-07-16 16:41:04 +08:00
README.md update readme 2023-07-16 16:41:38 +08:00
requirements.txt init 2023-07-16 16:41:04 +08:00

README.md

falcon-asgi-example

学习 Python 的 Web 框架 Falcon

ASGI 协议

安装依赖

python3 -m pip install -r requirements.txt

ASGI Tutorial