# d7c-tcp-example **Repository Path**: d7c/d7c-tcp-example ## Basic Information - **Project Name**: d7c-tcp-example - **Description**: TCP 连接示例项目。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-25 - **Last Updated**: 2024-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d7c-tcp-example ## 介绍 tcp 通信样例项目。 ## 模块介绍 ### netty-example netty 方式 tcp 服务与客户端。 ### integration-example 轻量级nio的TCP、UDP服务端,对比Netty,Spring Integration比较轻量级,也更容易集成到 SpringBoot 中,但是性能肯定不如Netty。