# spring-boot-websocket **Repository Path**: xhs101/spring-boot-websocket ## Basic Information - **Project Name**: spring-boot-websocket - **Description**: SpringBoot整合WebSocket - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-24 - **Last Updated**: 2025-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-websocket ### 介绍📖 用于在客户端和服务器之间建立全双工、持久的连接,支持实时数据传输。 主要用于实现实时通信功能,如聊天应用、在线游戏、实时数据推送等 ### 项目结构📚 ```shell spring-boot-websocket ├─ jsr-websocket # 基于 JSR - 356(Java API for WebSocket)标准的编程模型 ├─ spring-websocket # 基于 Spring 的 WebSocket 编程模型 ``` ### 使用技术📔 #### 后端 springboot + spring-boot-starter-websocket #### 前端 Vue3.3 + TypeScript + Vite4 + Pinia + Element-Plus