# netty **Repository Path**: xmagictech/netty ## Basic Information - **Project Name**: netty - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2024-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Netty的相关工程 - [Netty-hello](https://github.com/DespairYoke/netty/tree/master/netty-hello) :Netty 的 HelloWord 工程。客户端和服务端通信的相关代码。 - [Netty-heartbeat](https://github.com/DespairYoke/netty/tree/master/netty-heartbeat):Netty的心跳机制。 - [Netty-pack](https://github.com/DespairYoke/netty/tree/master/netty-pack):Netty的粘包和拆包处理方法。 - [Netty-httpServer](https://github.com/DespairYoke/netty/tree/master/netty-httpserver):Netty Http 服务的实现。 - [Netty-reconnect](https://github.com/DespairYoke/netty/tree/master/netty-reconnect): Netty Client 重连机制的实现。 - [Netty-rpc](https://github.com/DespairYoke/netty/tree/master/netty-rpc): 使用字符串协议模仿dubbo实现rpc - [Netty-redis](https://github.com/DespairYoke/netty/tree/master/netty-redis): 实现string类型redis - [bio-use](https://github.com/DespairYoke/netty/tree/master/bio-use): 多线程下的bio使用 - [bio-use](https://github.com/DespairYoke/netty/tree/master/nio-use): nio的原理和使用 ## Netty的相关博客 - [Netty 客户端与服务端通信](https://www.jianshu.com/p/5e8a3700be5f) - [Netty 客户端与服务端心跳](https://www.jianshu.com/p/5db38401deee) - [Netty 粘包和拆包](https://www.jianshu.com/p/5857d80d9dec) - [Netty HTTP服务](https://www.jianshu.com/p/5dbaf946093b) - [Netty 客户端重连机制](https://www.jianshu.com/p/9fc69d580e8d)