Add asynchronous socketio application server (#437)

* Add asynchronous socketio application server

* fix uv lock

* Update cors

* fix socket app
This commit is contained in:
Wu Clan
2024-11-02 00:12:01 +08:00
committed by GitHub
parent 0810647c48
commit 493c2b2545
13 changed files with 191 additions and 45 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
## 任务介绍
当前任务使用 Celery 实现,实施方案请查看 [#225](https://github.com/orgs/fastapi-practices/discussions/225)
当前任务使用 Celery
实现,实施方案请查看 [#225](https://github.com/fastapi-practices/fastapi_best_architecture/discussions/225)
## 添加任务