1 Star 9 Fork 1

rewine / simple-chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Unlicense

simple-chat

Yet another Chat software, support private chat and group chat, based on libevent

客户端

使用 Qt 5.15,理论上在 linux 和 windows 下都可以编译运行

注册界面

wishimg

登录界面

wishimg

私聊

wishimg

群聊

wishimg

传文件

wishimg

参考资料(事实上参考资料的界面更完善):Fdog系列(四):使用Qt框架模仿QQ实现登录界面,界面篇 QtQQ

服务端

使用阿里云 Ubuntu 20.04.2 系统

需要安装 libevent jsoncpp mysql

apt-get install libevent-dev libjsoncpp-dev
apt-get install mysql-server mysql-client libmysqlclient-dev 

阿里云添加安全组规则


参考教程:https://www.bilibili.com/video/BV19U4y1p7pT

放上一点可供参考的笔记

虽然还有很多不完善的地方,比如客户端存储记录等等,不过主要思路已经实现了,以后可能不会积极更新

This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <https://unlicense.org>

简介

一个聊天软件 服务端:libevent,多线程,MySQL。 客户端:Qt,多线程,json,TCP。 展开 收起
C++ 等 5 种语言
Unlicense
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/rewine/simple-chat.git
git@gitee.com:rewine/simple-chat.git
rewine
simple-chat
simple-chat
main

搜索帮助