# Netty **Repository Path**: lr1074/netty ## Basic Information - **Project Name**: Netty - **Description**: 1.Netty简单实现(demo) 2.Netty编解码器(codec) 3.Netty案例-群聊天室(chat) 4.基于Netty的Http服务器开发(http) 5.粘包(unpacking) 6.拆包(stickingbag) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-06-04 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Netty #### Description 1.Netty简单实现(demo) 2.Netty编解码器(codec) 3.Netty案例-群聊天室(chat) 案例要求: 1. 编写一个 Netty 群聊系统,实现服务器端和客户端之间的数据简单通讯 2. 实现多人群聊 3. 服务器端:可以监测用户上线,离线,并实现消息转发功能 4. 客户端:可以发送消息给其它所有用户,同时可以接受其它用户发送的消息 4.基于Netty的Http服务器开发(http) 功能需求: 1. Netty 服务器在 8080 端口监听 2. 浏览器发出请求 "http://localhost:8080/ " 3. 服务器可以回复消息给客户端 "Hello! 我是Netty服务器 " ,并对特定请求资源进行过滤. 5.粘包(unpacking) 6.拆包(stickingbag) #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)