# netty-tcp-demo **Repository Path**: andydubo888/netty-tcp-demo ## Basic Information - **Project Name**: netty-tcp-demo - **Description**: 基于netty的tcp长连接管理 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 117 - **Created**: 2023-10-10 - **Last Updated**: 2023-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #最近公司某物联网项目需要使用socket长连接进行消息通讯,捣鼓了一版代码上线,结果BUG不断,本猿寝食难安,于是求助度娘,数日未眠项目终于平稳运行了,本着开源共享的精神,本猿把项目代码提炼成了一个demo项目,尽量摒弃了其中丑陋的业务部分,希望与同学们共同学习进步。 # netty-tcp-demo #### 介绍 基于netty的tcp长连接管理 #### 软件架构 基于netty、redis和springboot #### 使用说明 1. 修改netty-tcp-client下的application.yml配置文件,修改redis的连接信息 2. 先后启动netty-tcp-server和netty-tcp-client项目,访问http://localhost:8088/demo/testOne开始测试