All Projects → waylau → Netty 4 User Guide

waylau / Netty 4 User Guide

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

Projects that are alternatives of or similar to Netty 4 User Guide

aquiver
🚀 The aquifer is a java web framework based on Java8 and netty
Stars: ✭ 38 (-98.16%)
Mutual labels:  netty, netty4
piccolo
Netty4长连接网关
Stars: ✭ 19 (-99.08%)
Mutual labels:  netty, netty4
bootpush
📶即时消息推送服务(即时通讯),基于Netty- Instant Messaging push service based on Netty
Stars: ✭ 146 (-92.92%)
Mutual labels:  netty, netty4
itstack-naive-chat-server
💞 《服务端》| 服务端同样使用Netty4.x作为socket的通信框架,同时在服务端使用Layui作为管理后台的页面,并且我们的服务端采用偏向于DDD领域驱动设计的方式与Netty集合,以此来达到我们的框架结构整洁干净易于扩展。同时我们的通信协议也是在服务端进行定义的,并对外提供可引入的Jar包,这样来保证客户端与服务端共同协议下进行通信。
Stars: ✭ 21 (-98.98%)
Mutual labels:  netty, netty4
Jupiter
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
Stars: ✭ 1,372 (-33.43%)
Mutual labels:  netty4, netty
Naivechat
🎭 本项目是作者小傅哥使用JavaFx、Netty4.x、SpringBoot、Mysql等技术栈和偏向于DDD领域驱动设计方式,搭建的仿桌面版微信实现通信核心功能。课程文章已发布到GitChat专栏,欢迎购买。如果本项目能为您提供帮助,请给予支持(关注、⭐️Star、分享)!
Stars: ✭ 290 (-85.93%)
Mutual labels:  netty4, netty
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (-95.25%)
Mutual labels:  netty, netty4
Spring Framework 4 Reference
Chinese translation of the Spring Framework 4.x Reference Documentation (https://docs.spring.io/spring/docs/4.3.13.RELEASE/spring-framework-reference/html/) .中文翻译《Spring Framework 4.x参考文档》
Stars: ✭ 1,478 (-28.29%)
Mutual labels:  chinese-translation, waylau
Dorado
基于Netty4开发的简单、轻量级、高性能的的Http restful api server
Stars: ✭ 65 (-96.85%)
Mutual labels:  netty4, netty
Nioimapclient
High performance, async IMAP client implementation
Stars: ✭ 28 (-98.64%)
Mutual labels:  netty4, netty
Essential Netty In Action
It is a book about the Essentials of Norman Maurer's Netty in Action.《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》的一个精简
Stars: ✭ 1,502 (-27.12%)
Mutual labels:  netty, waylau
Fpush
📶即时消息推送服务(即时通讯),基于Netty+protobuf-- Instant Messaging push service based on Netty+protobuf
Stars: ✭ 134 (-93.5%)
Mutual labels:  netty4, netty
Camellia
camellia framework by netease-im. provider: 1) redis-client; 2) redis-proxy(redis-sentinel/redis-cluster); 3) hbase-client; 4) others
Stars: ✭ 146 (-92.92%)
Mutual labels:  netty4
Agentx
Shadowsocks升级版,支持协议伪装和流量压缩,易于扩展,可统计流量
Stars: ✭ 154 (-92.53%)
Mutual labels:  netty
Swiftui Tutorials
A code example and translation project of SwiftUI. / 一个 SwiftUI 的示例、翻译的教程项目。
Stars: ✭ 1,992 (-3.35%)
Mutual labels:  chinese-translation
Wechat
仿QQ即时通讯系统客户端
Stars: ✭ 144 (-93.01%)
Mutual labels:  netty
Esl Client
A Fork from http://git.freeswitch.org/git/freeswitch-contrib/tree/dvarnes/java/esl-client
Stars: ✭ 160 (-92.24%)
Mutual labels:  netty
Nettychat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
Stars: ✭ 1,979 (-3.98%)
Mutual labels:  netty
Nettyrpc
A simple RPC framework based on Netty, ZooKeeper and Spring
Stars: ✭ 1,975 (-4.17%)
Mutual labels:  netty
Him Vue
开源的H5即时聊天系统 spring-boot + netty + protobuf + vue ~
Stars: ✭ 142 (-93.11%)
Mutual labels:  netty

Netty 4.x User Guide《Netty 4.x 用户指南》/《Netty 原理解析与开发实战》

Chinese translation of Netty 4.x User Guide . You can also see the demos of the guide here. There is a GitBook version of the book: http://waylau.gitbooks.io/netty-4-user-guide/ or https://waylau.com/netty-4-user-guide/ Let's READ!

《Netty 4.x 用户指南》中文翻译(包含了官方文档以及其他文章),并在原文的基础上,插入配图,图文并茂方便用户理解。至今为止,Netty 的最新版本为 Netty 4.1.66.Final(2021-7-16)。

作为提升,也推荐阅读《Netty 实战(精髓)》。与之类似的 NIO 框架还有 MINA,可以参阅《Apache MINA 2 用户指南》。

Get Started 如何开始阅读

选择下面入口之一:

Code 源码

书中所有示例源码,移步至https://github.com/waylau/netty-4-user-guide-demos

配套书籍

如果你喜欢本开源书,也请支持下该书的正式出版物《Netty 原理解析与开发实战

实体店及各大网店有售。

Issue 意见、建议

如有勘误、意见或建议欢迎拍砖 https://github.com/waylau/netty-4-user-guide/issues

Contact 联系作者:

Support Me 请老卫喝一杯

开源捐赠

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].