TcPaulyue / web-chatroom-stomp

根据项目 MultiClientWebChat 更改而来,使用 Spring Boot,加入 Stomp、SockJS 支持

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Chatroom

Only for practice

一个简易的多人网页聊天室,根据之前的项目 MultiClientWebChat 更改而来,使用 Spring Boot 进行开发,并加入了 websocket 子协议 stomp 和 SockJS 的支持。

启动项目后访问 127.0.0.1:8080 即可:

image

Feature and Achieve

  • 客户端设置了自动重连机制:

    在最大重连次数限制内,与服务器断开连接后每隔10秒自动重连。

License

The Web Chatroom is under the MIT license.

About

根据项目 MultiClientWebChat 更改而来,使用 Spring Boot,加入 Stomp、SockJS 支持

License:MIT License


Languages

Language:JavaScript 50.2%Language:Java 36.5%Language:HTML 9.8%Language:CSS 3.5%