# learn-netty **Repository Path**: ww221123/learn-netty ## Basic Information - **Project Name**: learn-netty - **Description**: 学习netty的一些demo - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-07 - **Last Updated**: 2024-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learn-netty #### 介绍 学习netty的一些demo 代码参考:https://bugstack.cn/ 小付哥的虫洞栈 --- basic: Java 网络基础,BIO,NIO,AIO 示例 --- netty-basic: Netty框架基础 getting-started: NettyServer基础使用 StringDecoder: 字符串解码器使用 StringEncoder: 字符串编码器使用 GroupMsg: 消息群发示例 NettyClient: 客户端示例 Definition: 自定义编解码器示例 InOrOut: ChannelOutboundHandlerAdapter简单使用 udp-demo: UDP 通信demo http-demo: 使用Netty搭建HTTP服务 --- netty-expand: Netty框架拓展 springboot-integration-netty: SpringBoot 整合 Netty 框架示例 used-protobuf: 使用ProtoBuf传输数据示例 protostuff-object: 传输对象(使用protostuff 简化 ProtoBuf开发) file-transfer: Netty文件传输(分片传输、断点续传) websocket-netty-springboot: Netty WebSocket 整合SpringBoot 示例 sync-comm: Netty请求响应同步通信 示例 heartbeat-and-reconnection: 心跳检测和断线重连 multi-protocal: 多协议并存示例 flow-slices: Netty 流量分块 使用示例(大文件分块传输|大数据分块传输) traffic-shaping: Netty 流量整形(限流) 日志监控: ? 分布式通信: ? SSL使用: ? --- netty-apply: Netty框架应用 web-static-server: 静态WEB服务器(访问静态前端资源) rpc: ? ---