# netty-learn **Repository Path**: changluJava/netty-learning ## Basic Information - **Project Name**: netty-learn - **Description**: netty学习代码、笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2023-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-learn #### 介绍 netty学习相关的代码案例demo等 ### 配套学习笔记 Netty学习指南(资料、文章汇总)(文章链接):[Netty学习指南(资料、文章汇总)](https://blog.csdn.net/cl939974883/article/details/122549913?spm=1001.2014.3001.5501) #### 仓库目录说明 netty-demo:netty的demo案例练习 netty-聊天室:自定义协议、基于netty开发的聊天室、含RPC远程调用案例