Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【开源自荐】Chatfairy:单文件 115 行代码实现的极简聊天室网页应用,支持用户认证/多用户聊天/上下线通知/路由保护功能 #3659

Open
yuxiaoy1 opened this issue Nov 23, 2023 · 0 comments
Labels

Comments

@yuxiaoy1
Copy link

Chatfairy

Chatfairy 是一个极简聊天室网页应用,前后端代码包含在一个仅 115 行的单文件(app.py)中,使用 python web 框架 flask 编写,使用SSE进行后端消息推送,不依赖websocket,项目代码极简,支持以下功能:

  • 用户认证
  • 多用户聊天
  • 上下线通知
  • 路由保护

项目地址:https://github.com/yuxiaoy1/chatfairy

项目代码极简,但功能丰富,对 python 全栈开发感兴趣的可以参考。

@ruanyf ruanyf added the weekly label Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants