# SpringBoot-Tio **Repository Path**: fughe/springboot-tio ## Basic Information - **Project Name**: SpringBoot-Tio - **Description**: 使用tio做服务端的一个学习demo。 其中客户端使用socket/netty/tio进行连接。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2020-07-31 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Spring-Boot-Tio 使用SpringBoot,融合[tio即时通讯框架](http://git.oschina.net/tywo45/t-io "tio即时通讯框架")。 tio采用 消息头+消息体的模式,为了兼容现有设备的Socket(无消息头),对Server的Handler进行调整,encode加消息头;decode无消息头。 测试类在test/,直接运行XXXClientTest的main方法即可。