# netty-learning **Repository Path**: minili/netty-learning ## Basic Information - **Project Name**: netty-learning - **Description**: netty的学习仓库===netty实例项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-learning netty的学习仓库===netty实例项目 ====================================== netty-hello 文件夹 netty-hello中有两个项目,一个server,一个client 1、先启动server (启动类为AppInit)观察到控制台 2、后启动client (启动类为AppInit)观察到控制台 ======================================