# ChatOnline **Repository Path**: ALONE_WORK/chat-online ## Basic Information - **Project Name**: ChatOnline - **Description**: C++ 终端字符界面在线即时通讯。 - **Primary Language**: C++ - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-27 - **Last Updated**: 2024-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChatOnline [![fork](https://gitee.com/ALONE_WORK/chat-online/badge/fork.svg?theme=dark)](https://gitee.com/ALONE_WORK/chat-online/members) [![star](https://gitee.com/ALONE_WORK/chat-online/badge/star.svg?theme=dark)](https://gitee.com/ALONE_WORK/chat-online/stargazers) #### 介绍 C++ 终端字符界面在线即时通讯。 ## 软件架构 #### 目录结构 ```txt chat-online ├── chatClient ├── chatServer │   ├── app │   │   └── main.cpp │   ├── README.md │   └── ui │   ├── serverUi.cpp │   └── serverUi.h ├── Demo ├── global │   ├── commonFunc │   │   ├── terminal.cpp │   │   └── terminal.h │   └── config │   ├── appConfig.cpp │   └── appConfig.h └── res └── image ``` - chatClient:客户端 - chatServer:服务器端 - global:模块定义函数 - commonFunc:通用函数 - config:配置类 - Demo:测试程序 #### 模块化 - 日志模块 ## 使用说明