# Netty-study **Repository Path**: codingAobama/Netty-study ## Basic Information - **Project Name**: Netty-study - **Description**: Netty 4 的一些技术栈示例代码并辅以博文讲解。主要包括入门的demo,粘包和拆包解决办法,心跳测试,http服务的实现,client重连机制,TCP滑动窗口、protobuf协议传输等相关技术。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-13 - **Last Updated**: 2021-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Netty的相关工程 - [Netty-hello](https://github.com/xuwujing/Netty/tree/master/Netty-hello) :Netty 的 HelloWord 工程。客户端和服务端通信的相关代码。 - [Netty-heartbeat](https://github.com/xuwujing/Netty/tree/master/Netty-heartbeat):Netty的心跳机制示例工程。 - [Netty-unpack](https://github.com/xuwujing/Netty/tree/master/Netty-unpack):Netty的粘包和拆包处理方法。 - [Netty-httpServer](https://github.com/xuwujing/Netty/tree/master/Netty-httpServer):Netty Http 服务的实现。 - [Netty-reconnect](https://github.com/xuwujing/Netty-study/tree/master/Netty-reconnect): Netty Client 重连机制的实现。 - [Netty-protobuf](https://github.com/xuwujing/Netty-study/tree/master/Netty-protobuf): Netty 使用protobuf 协议进行数据数据传输。 - [Netty-slidingWindow](https://github.com/xuwujing/Netty-study/tree/master/Netty-slidingWindow): Netty 结合滑动窗口使用示例。 ## Netty的相关博客 - [Netty 客户端与服务端通信](http://blog.csdn.net/qazwsxpcm/article/details/77750865) - [Netty 客户端与服务端心跳](http://blog.csdn.net/qazwsxpcm/article/details/78174437) - [Netty 粘包和拆包](http://blog.csdn.net/qazwsxpcm/article/details/78265120) - [Netty HTTP服务](http://blog.csdn.net/qazwsxpcm/article/details/78364023) - [Netty-SpringBott-Protobuf 服务](https://blog.csdn.net/qazwsxpcm/article/details/81069833)