Netty学习记录,使用Netty实现基本sever-client模型等demo。
version | |
---|---|
Netty | 4.1.110.Final |
name | |
---|---|
netty-base | 跟随入门教程的demo |
netty-chat | 基于Netty实现的聊天室demo |
netty-rpc | 基于Netty实现的rpc demo(未完成) |
Netty文档:https://netty.io/4.0/api/overview-summary.html
Netty官网:https://netty.io/
参考教程:
Netty 4.x 用户指南:https://github.com/waylau/netty-4-user-guide/
Netty 实战(精髓):https://github.com/waylau/essential-netty-in-action