寫了一個小的demo來實現(xiàn)springboot框架下的websocket,通過聊天室的形式展現(xiàn),可以客戶端互相發(fā)送消息,服務器端也可以接受推送消息。
首先,需要加依賴

下面貼上demo的代碼
websocketconfig類


websocketserver類






websocketcontroller類

index.html


server.html

結構目錄

寫了一個小的demo來實現(xiàn)springboot框架下的websocket,通過聊天室的形式展現(xiàn),可以客戶端互相發(fā)送消息,服務器端也可以接受推送消息。
首先,需要加依賴
下面貼上demo的代碼
websocketconfig類
websocketserver類
websocketcontroller類
index.html
server.html
結構目錄