# websocket-springboot **Repository Path**: hwp_code_farmer/websocket-springboot ## Basic Information - **Project Name**: websocket-springboot - **Description**: 基于websocket实现的聊天窗口-后端 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-22 - **Last Updated**: 2025-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于WebSocket实现的聊天窗口-后端 ### 聊天记录使用Map集合进行临时存储,可以改为使用Mysql存储