通过redis实现了websocket的分布式使用
git clone https://github.com/qq1136389101/WebsocketDemo.git
mvn install
http://localhost/index.html?username=1&groupId=g1
参数 | 作用 |
---|---|
username | 用户id |
groupId | 组id |
http://localhost/sendMessageToUser?userName=1&content=测试
参数 | 作用 |
---|---|
username | 用户id |
content | 消息内容 |
http://localhost/sendMessageToGroup?groupId=g1&content=测试
参数 | 作用 |
---|---|
groupId | 小组id |
content | 消息内容 |