天天看点

基于Spring Boot的WebSocket聊天室DEMO

参考以下文章完成的最小DEMO:

https://www.baeldung.com/websockets-spring

解决了前端跨域问题,使用cdn网站在线js资源,无需自行下载sockJS和stompJS,具体运行效果如下:

基于Spring Boot的WebSocket聊天室DEMO

代码地址:https://github.com/2016LMS/WebSocket

运行步骤:

1.导入IDEA,将pom.xml交由maven管理,自动导入依赖;

2.运行程序;

3.打开两个浏览器窗口,都访问

http://localhost:8080/chat.html

页面,即可开始聊天。