# netty-server **Repository Path**: tjhk-tech/netty-server ## Basic Information - **Project Name**: netty-server - **Description**: 利用反射和动态代理快速开发基于netty的TCP服务 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2023-05-16 - **Last Updated**: 2025-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: TCP服务 ## README # netty-server #### 介绍 利用反射和动态代理快速开发基于netty的TCP服务 #### 软件架构 软件架构说明 #### 使用说明 1. 需重写编码解码方法 2. 需自定义消息体 3. 可自定义ChannelManager,通过setChannelHandler方法设置 ##### 可启动test中ClientTest和TCPServer测试