# netty-framework **Repository Path**: micro-project/netty-framework ## Basic Information - **Project Name**: netty-framework - **Description**: 基于netty4.x版本,封装http、tcp等协议,做到开箱即用的效果。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-11-12 - **Last Updated**: 2021-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-framework #### 项目介绍 基于netty4.1.x版本,封装http、tcp等协议,做到开箱即用的效果,当前版本1.0.0-SNAPSHOT。 #### 软件架构 依赖springboot2.0.5.RELEASE,netty4.1.29,封装了httpserver、tcpserver、websocket的实现。 #### 使用说明 1. pom中依赖需要的nettyserver 2. 在启动类中使用@EnableNettyServer 3. 调用NettyServerApplication.start(),如果继承了Header,则start()方法传自定义Header的class实例。 #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request