使用 FastAPI 和 MongoDB 搭建聊天室的示例。

逐步流程如下:

1. 创建页面,使用 FastAPI + Websockets 传输消息。

2. 添加 Websocket 支持(FastAPI 继承自 Starlette)。

3. 逐步添加依赖项(请查看 requirements.txt)。

欢迎提出其他库或建议。