# spring-boot-starter-socketio **Repository Path**: vindell/spring-boot-starter-socketio ## Basic Information - **Project Name**: spring-boot-starter-socketio - **Description**: Spring Boot Starter For Netty-socketio - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-starter-socketio ### 说明 > 基于 [netty-socketio](https://github.com/mrniko/netty-socketio) 2.x 开源项目实现的Socket项目整合 ### Maven ``` xml com.github.vindell spring-boot-starter-socketio ${project.version} ``` ### Sample : [https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-socketio](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-socketio "spring-boot-sample-socketio")