1 Star 3 Fork 1

云香水识 / group_chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 706 Bytes
一键复制 编辑 原始数据 按行查看 历史
shiyangyang 提交于 2023-04-11 16:23 . feat: rEADME 修改

GROUP CHAT

群聊系统

Develop

  • npm run dev

Fetures

  • 群主标记
  • 群主修改群名称
  • 设置群成员身份
  • 输入框高度抖动问题
  • 图片预览穿透问题
  • 消息双击显示撤回
  • 添加时间展示
  • 粘贴文件上传
  • 群列表长按显示删除
  • 大文件hash支持
  • 头像请求缓存
  • 不限制IP多客户端

Nginx 配置注意事项

location /chatroom {
  proxy_pass  http://127.0.0.1:38577/chatroom;
  proxy_set_header X-Real-IP $remote_addr;
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  # 代理长连接需要
  proxy_http_version 1.1;
  proxy_set_header Connection "";
}
1
https://gitee.com/shy9120/group_chat.git
git@gitee.com:shy9120/group_chat.git
shy9120
group_chat
group_chat
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891