# ChatRoom **Repository Path**: LeoTao7/chat-room ## Basic Information - **Project Name**: ChatRoom - **Description**: 高性能集群聊天服务器 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-05 - **Last Updated**: 2023-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChatRoom #### 介绍 高性能集群聊天服务器 #### 软件架构 软件架构说明 ####环境 cmake g++ redis nginx #### 安装教程 1. git将项目克隆到本地 2. mkdir build 3. cd build/ 4. cmake .. 5. make 6. cd .. 7. cd bin/ 8. ./ChatServer xxx.x.x.x xx(启动服务器, 参数为ip和port) 9. ./ChatClient xxx.x.x.x xx(第一个参数是服务器地址,第二个参数是nginx负载均衡设置里面的端口) #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request