springboot框架下利用websocket实现即时通讯
springboot框架下利用websocket实现即时通讯(文章末尾有git项目打包文件,直接下载使用即可)
用websocket实现简单的在线聊天,先画个时序图,直观感受下流程
SystemController类
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.
原创
2021-11-16 13:16:55 ·
1930 阅读 ·
0 评论