# websocket-demo **Repository Path**: liyongzhi_coder/websocket-demo ## Basic Information - **Project Name**: websocket-demo - **Description**: springboot+websocket+sockjs进行消息推送demo - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 36 - **Forks**: 28 - **Created**: 2020-08-25 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # websocket-demo #### 介绍 springboot+websocket+sockjs进行消息推送demo #### 软件架构 demo中包括了springboot+websocket+sockjs进行消息推送【基于STOMP协议】及SpringBoot集成WebSocket【基于纯H5】(非Stomp协议的原生WebSocket协议)两种实现方式。