# websocketChat聊天室 **Repository Path**: cold-in-the-east/websocket-chat ## Basic Information - **Project Name**: websocketChat聊天室 - **Description**: 练习websocket的聊天开发 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-09-08 - **Last Updated**: 2024-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: WebSocket ## README @author:mfx 练习websocket的聊天开发,没有把js分开(当初只是为了玩玩websocket,没有想拓展功能),但是功能进行了注释,可以方便查找功能,只提供学习用途 注意websocket连接如果搭配springboot需要版本在2.7以下,太高会导致连接不上,如果使用springboot的话,版本太高则Tomcat版本也随之高,需要去除springboot内嵌的Tomcat然后自己搭低版本一些,其他的bug目前没有发现