# LearnNetty **Repository Path**: Ypq2018_admin/learn-netty ## Basic Information - **Project Name**: LearnNetty - **Description**: 学习netty搭建分布式实时聊天系统 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-11-24 - **Last Updated**: 2021-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearnNetty #### 介绍 学习netty搭建分布式实时聊天系统 #### 软件架构 JDK8 + Spring Boot 2.3.5 + zookeeper3.6.2 + curator5.1.0 + Netty4.1.54.Final + protobuf3.13.0 #### 安装教程 1. 安装jdk8 2. 安装zookeeper3.6.2 3. 安装maven3.6.0 #### 使用说明 1. 启动zookeeper 2. 启动Server服务 3. 启动Client程序