# WebSocketServer **Repository Path**: jianjianghui/web-socket-server ## Basic Information - **Project Name**: WebSocketServer - **Description**: 简单的websocket 服务器 开箱即用 SpringBoot2.X以上 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-04-16 - **Last Updated**: 2022-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebSocketServer #### 介绍 简单的websocket服务器 开箱即用 #### 软件架构 1. SpringBoot 2.4.4 2. Netty #### 安装教程 1. 将项目从gitee拖至本地 ![image-20210416094158221](http://img.jianjianghui.top/img/image-20210416094158221.png) 2. 使用maven install 本项目 ![image-20210416094423057](http://img.jianjianghui.top/img/image-20210416094423057.png) 3. 此项目将存在于本地 maven仓库。pom文件中依赖此项目即可 ![image-20210416100617226](http://img.jianjianghui.top/img/image-20210416100617226.png) #### 使用说明 1. 本项目自带默认处理器,引入即可运行 ![image-20210416102350778](http://img.jianjianghui.top/img/image-20210416102350778.png) 2. 实现自己的处理器![image-20210416102245572](http://img.jianjianghui.top/img/image-20210416102245572.png) 3. 相关配置 ![image-20210416104007594](http://img.jianjianghui.top/img/image-20210416104007594.png) #### 参与贡献 1. 菅江晖