# chat_netty4 **Repository Path**: Spirit_wolf/chat_netty4 ## Basic Information - **Project Name**: chat_netty4 - **Description**: 使用Netty4做的聊天程序 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2017-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #chat_netty4 使用netty4写的聊天小程序,借助spring实现业务分离,在handle类和函数上分别加上处理大小协议号的注解,类似于SpringMVC的方式, 避免在handle中写很长的SWITCH来判断。