Netty-List
Netty List | Netty 资料索引
Resource
-
2015-《
Netty 实战( 精髓) 》📚: 《Netty 实战( 精髓) 》是对Norman Maurer 的 《Netty in Action》( 基于MEAP v10) 的一个中文精简。取其精华,去其糟粕,带你快速掌握Netty ,插入配图,图文并茂方便用户理解。本书利用业余时间编写, 由于时间紧凑, 精力和能力有限, 书中未免有纰漏和错误, 望读者能够热忱斧正。 -
2015-Norman-《Netty in Action》📚: Netty in Action introduces the Netty framework and shows you how to incorporate it into your Java network applications. You’ll learn to write highly scalable applications without the need to dive into the low-level non-blocking APIs at the core of Java.
-
2016-《Netty Learning》📚
: Netty 是Java 世界知名的网络应用框架。本系列文章是Netty 的源码导读。 -
2018-《深入浅出
Netty 》 #Series#: 为了便于大家集中学习Netty ,我们把已经发表的相关文章进行汇总和提取,形成一本迷你书,奉献给各位读者。 -
2018-《flash-netty》 #Series#
: Netty 入门与实战:仿写微信IM 即时通讯系统 -
2020-netty-learning-example #Series#
: 🥚
Netty 实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。
Book
- 2020-《
Netty 4.x 用户指南》📚: 《Netty 4.x 用户指南》中文翻译(包含了官方文档以及其他文章) ,并在原文的基础上,插入配图,图文并茂方便用户理解。至今为止,Netty 的最新版本为Netty 4.1.79.Final(2022-7-11) 。
Engineering Practices | 工程实践
2018- 亿级网关janus 性能优化与jvm 调优实践: janus 背景介绍与技术选型,线程模型与优化,netty 深度调优与实践,性能瓶颈快速定位工具与方法论,通用计数器实现,一个有意思的gc 问题,踩坑后的代码规范总结。
Internals
2018- 图说Netty 服务端启动过程: 我们知道Netty 是一个基于JDK 的nio 实现的网络编程框架,那Netty 的服务端是怎么启动的呢,包括他是何时register 的,何时bind 端口的,以及何时开始读取网络中的数据的?