基于Netty+Springboot+vue+websocket+elementui实现的网页版聊天,支持提供了单聊、群聊。
chat-client
- 是模拟多人聊天的客户端测试项目
http://localhost:8989/test/register 注册一个模拟用户
http://localhost:8989/test/chat 模拟群聊发消息
chat-common
- 公共模块
chat-server
- 聊天系统的服务端
chat-web
- 网页聊天界面
npm install编译 npm run serve运行
展示