基于浏览器端的web实时聊天工具,后台用的java
- 登录注册
- 添加好友&删除好友
- 发送消息
- 重新连接
- 消息重发
- 上传头像&个人信息
- 附近联系人
- 国际化
- 支持语音消息
- 朋友圈
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
github: https://github.com/weiyuc/webchat-backend
码云: https://gitee.com/yuwei149/webchat-backend
MIT