Netty-SkillTree icon indicating copy to clipboard operation
Netty-SkillTree copied to clipboard

干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码

NettyDemo

Netty-hello :Netty 的 HelloWord 工程。客户端和服务端通信的相关代码。

Netty-heartbeat:Netty的心跳机制示例工程。

Netty-unpack:Netty的粘包和拆包处理方法。

Netty-httpServer:Netty Http 服务的实现。

Netty-reconnect: Netty Client 重连机制的实现。

Netty-protobuf: Netty 使用protobuf 协议进行数据数据传输。

Netty-slidingWindow: Netty 结合滑动窗口使用示例。

Netty 4.x User Guide 中文翻译《Netty 4.x 用户指南》

Essential Netty in Action 《Netty 实战(精髓)》

  • 干净的springboot-netty配套CSDN地址:https://blog.csdn.net/singgel/article/details/79703721

  • 又搞了一版,这个可以通过Telnet实现聊天:https://github.com/singgel/SpringBoot-Templates/tree/master/spring-boot-netty

  • 多种netty实现(例如websocket)CSDN地址:https://blog.csdn.net/singgel/article/details/83898748 Image text

  • 闲来无事,一定要把那个PDF给读了,相信你会来感谢我的^_^