Skip to content

[一个聊天软件Demo] a chat software powered by libevent/mysql and qt

License

Notifications You must be signed in to change notification settings

wineee/simple-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

[一个聊天软件Demo] a chat software powered by libevent/mysql and qt

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published