# webchat **Repository Path**: yuwei149/webchat ## Basic Information - **Project Name**: webchat - **Description**: 基于vue的即时聊天工具 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 245 - **Forks**: 67 - **Created**: 2018-04-16 - **Last Updated**: 2025-04-29 ## Categories & Tags **Categories**: im **Tags**: None ## README # webchat > 基于浏览器端的web实时聊天工具,后台用的java ## Document [中文](https://github.com/weiyuc/webchat/blob/master/README.md) [English](https://github.com/weiyuc/webchat/blob/master/README_EN.md) ## 功能列表 1. 登录注册 2. 添加好友&删除好友 3. 发送消息 4. 重新连接 5. 消息重发 6. 上传头像&个人信息 7. 附近联系人 8. 国际化 9. 支持语音消息 ## 待开发 1. 朋友圈 ## 项目构建 ``` bash # 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://github.com/weiyuc/webchat-backend) 码云: [https://gitee.com/yuwei149/webchat-backend](https://gitee.com/yuwei149/webchat-backend) ## 在线例子 [https://weiyuc.cn](https://weiyuc.cn) ## License MIT