资料收集-netty
资料收集, 关于netty在资料都会整理在这里。
前言
是时候认真的好好学习一下netty了。
学习资料
网站
- netty 官网
- netty on github
- Netty源码解析: 国人出的项目,在github上.
项目
- netty-socketio: Socket.IO server implemented on Java. Realtime java framework
- netty-tools: A collection of tools useful when working with JBoss Netty.
- netty-zmtp: A Netty implementation of ZMTP, the ZeroMQ Message Transport Protocol.
- NettyRPC: Yet another RPC framework based on Netty
- facebook/nifty: Thrift on Netty. Nifty is an implementation of Thrift clients and servers on Netty
书籍文章
netty相关
- Netty5.0架构剖析和源码解读: 作者李林锋
背景知识
- Scalable IO in Java: 作者 Doug Lea
- IO - 同步,异步,阻塞,非阻塞 (亡羊补牢篇)
- 高性能网络编程系列