# Magic Cube-ChatApp(聊天软件) **Repository Path**: chadwick/team-of-three ## Basic Information - **Project Name**: Magic Cube-ChatApp(聊天软件) - **Description**: This is an implementation of a real-time chatting app like QQ, WeChat or WhatsApp, it supports following functions: add/delete friends, create groups, send files, edit personal profile, etc. - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-02 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Magic Cube-ChatApp #### 介绍 This is an implementation of a real-time chatting app like QQ, WeChat or WhatsApp, it supports following functions: add/delete friends, create groups, send files, edit personal profile, etc. #### 软件架构 本软件基于Linux系统和Socket 通讯,主要使用C语言。 #### 使用说明 1. 在服务器端运行server.c 2. 在客户端运行client.c 3. Quanchat文件夹中包含图形化界面 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request