# chat **Repository Path**: huangjinmu/chatsdk ## Basic Information - **Project Name**: chat - **Description**: OpenIMSDK chat - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-15 - **Last Updated**: 2023-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chat ## 修改配置项 参考config/config.yaml的配置说明 ## 编译 ``` cd scripts ./build_all_service.sh ``` ## 启动 ``` cd scripts ./start_all.sh ``` ## 检测 ``` cd scripts ./check_all.sh ``` ## 停止 ``` cd scripts ./stop_all.sh ```