# chat-web **Repository Path**: panghongye/chat-web ## Basic Information - **Project Name**: chat-web - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-09 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简易的聊天应用 ``` 个人项目前端使用react socket.io antd进行页面开发,后端使用golang mysql redis开发。 1.注册登录时将 {用户Id:socketId}存入redis 后拉取好友和群组列表及消息。 2.可以搜索用户和群组或新建群组进行聊天。 ``` ### [web端](https://github.com/panghongye/chat-web):react、socketio ### [服务端](https://github.com/panghongye/gin):golang、[socketio](https://github.com/zyxar/socketio)(在此库基础上实现房间功能) ##