# websocket-demo **Repository Path**: liusy_Java/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**: 0 - **Forks**: 28 - **Created**: 2020-09-14 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # websocket-demo #### 介绍 springboot+websocket+sockjs进行消息推送demo #### 软件架构 demo中包括了springboot+websocket+sockjs进行消息推送【基于STOMP协议】及SpringBoot集成WebSocket【基于纯H5】(非Stomp协议的原生WebSocket协议)两种实现方式。