# netty-chat **Repository Path**: pj_zhong/netty-chat ## Basic Information - **Project Name**: netty-chat - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### simple chat power by netty and protobuf #### 如何启动(Windows) 1. 安装protobuf编译器([点此下载](https://github.com/protocolbuffers/protobuf)),并添加进*PATH*系统变量 2. 运行[proto_build.bat](proto_build.bat)编译协议 3. 启动[SimpleChatServer](src/main/java/com/pjzhong/chat/server/ChatServer.java) 4. 启动[NettyTcpClient](src/main/java/com/pjzhong/chat/client/NettyTcpClient.java)