# Instant-messaging **Repository Path**: ge-bulin/Instant-messaging ## Basic Information - **Project Name**: Instant-messaging - **Description**: 基于C++的全栈即时通讯项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-13 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 执行流程 - 启动redis服务 - 启动mysql服务 - 启动VarifyServer - 启动GateServer - 启动所有ChatServer - 启动ChatSystem客户端 ## 启动redis服务 在redis根目录下,启动终端,执行命令 ```bash .\redis-server.exe .\redis.windows.conf ``` ## 启动mysql服务 mysql服务已安装并设置了自动启动,不需要额外操作 ## 启动VarifyServer 在VarifyServer根目录下,启动终端,执行命令 ```bash npm run serve ```