IM即时通讯设计 高并发聊天服务:服务器 + qt客户端
☆74Jan 1, 2025Updated last year
Alternatives and similar repositories for chat_room
Users that are interested in chat_room are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 祖安聊天宝, 北理工2019级2021年小学期Qt即时通讯软件项目2021, Beijing Institute of Technology(BIT)☆66Sep 3, 2021Updated 4 years ago
- 😉基于QT开发的局域网聊天室☆89Dec 1, 2020Updated 5 years ago
- ☆12Mar 10, 2026Updated last month
- 基于阿里云服务器+libevent+qt+mysql等实现仿qq聊天软件,主要功能包括注册、登录、添加好友、聊天(私聊和群聊)、文件传输、建群、加群、好友上下线提醒。☆37Oct 4, 2022Updated 3 years ago
- QtC++实现基于TCP协议仿QQ聊天软件☆14Mar 8, 2020Updated 6 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 北理工计科小学期:Qt聊天室。本项目采用云服务器架构+QML前端,实现多人在线即时聊天。☆20May 25, 2025Updated 11 months ago
- 这是一个基于Qt5开发的模仿企业QQ的客户端☆27Jul 27, 2022Updated 3 years ago
- 聊天软件☆13Sep 2, 2021Updated 4 years ago
- 使用Qt5写的一个聊天室软件,涉及到Qt的TCP通信、多线程和Mysql数据库操作,使用穿透工具把服务器穿透至公网,已实现基本的禁言,黑名单,连接管理等基本功能☆37Aug 21, 2022Updated 3 years ago
- 从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台☆262Oct 11, 2024Updated last year
- Qt即时通讯软件EChat(Qt版本是5.15.2)。23年大四下毕业设计,本项目主要提供稳定且支持多平台的通讯软件,以提升用户体验。 至于代码方面也存在很多问题的,很多其实需要重写和优化的。☆28May 6, 2024Updated 2 years ago
- Linux 平台基于 Qt + MYSQL 的聊天程序☆20Nov 22, 2019Updated 6 years ago
- Qt5气泡式聊天框——QListWidget+QPainter。 气泡式聊天的显示是由QListWidget作为控件,每个气泡是由QListWidgetItem提升成QWidget来实现的。每个气泡可以理解为可以自由布置里面内容的QWidget。每个Item保存聊天的对话、…☆115Mar 26, 2024Updated 2 years ago
- p2p局域网聊天室 模仿QQ界面 Qt/C++☆31Mar 16, 2018Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 仿照QQ设计一个简单的聊天系统,客户端使用qt进行界面设计,服务端为linux,利用sockets编程而实现点对点的网络聊天。☆25Apr 7, 2018Updated 8 years ago
- 使用Qt开发的一款即时通信软件,支持文件传输、语音、文件共享、CA登 录、聊天记录同步等等☆139Sep 16, 2015Updated 10 years ago
- Fdog 一个即时通讯软件demo,利用Qt框架进行编写(包含登陆窗口,主窗口,以及聊天窗口,可添加好友等等)。☆181Dec 30, 2021Updated 4 years ago
- 基于Qt的P2P聊天软件实现,主要由多个聊天客户端和一个中心注册服务器组成。☆83Feb 18, 2021Updated 5 years ago
- 基于Qt的托盘天气预报☆16Apr 19, 2020Updated 6 years ago
- 基于QT C++和Microsoft Office COM组件编写的PPT、Word、图片批量转PDF程序☆16Aug 28, 2023Updated 2 years ago
- 基于云服务器的TCP网络聊天室【客户端Qt5.6开发、后台服务器多进程实现、Mysql数据库管理用户信息】☆23Oct 23, 2019Updated 6 years ago
- 基于QT开发的一款即时通讯软件,具有登录、注册、聊天、传输文件功能,在登录部分采用CS模型,需将用户注册账号信息打包发送给服务器端,服务器拆包识别各字段含义,将客户端的账号密码端口号等信息添加在服务器数据库中,客户端可通过刷新按钮可查询服务器端数据库的好友信息,然后与指定好…☆35Dec 15, 2022Updated 3 years ago
- 桃夭是套基于`Mediasoup`开发的`WebRTC`音视频信令服务,可以非常方便的扩展信令接入更多智能终端。☆33Jan 23, 2026Updated 3 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 基于acl 开发的微服务框架☆15Jun 23, 2017Updated 8 years ago
- 融合QQ和微信界面风格的聊天软件☆120Jan 9, 2022Updated 4 years ago
- Qt仿QQ聊天软件☆19May 5, 2024Updated 2 years ago
- 使用Qt开发的桌面端仿微信应用☆15Jun 6, 2023Updated 2 years ago
- 基于Qt的局域网聊天软件,为熟悉Qt技术练习用☆29Oct 14, 2020Updated 5 years ago
- 网络云盘(简单的毕设项目)☆53Aug 19, 2020Updated 5 years ago
- 从 0 开始实践 QTPlugin,QT 进阶必经之路☆26Oct 22, 2019Updated 6 years ago
- 简易局域网聊天工具(QT开发)☆17Sep 15, 2016Updated 9 years ago
- 个人学习开发linux服务器例子,视频点播服务器采用epoll模型+线程池技术处理客户端的并发任务☆54Mar 18, 2025Updated last year
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- ☆11Oct 18, 2023Updated 2 years ago
- QT6开发的网络聊天室,模仿QQ微信风格☆77Feb 5, 2026Updated 3 months ago
- Qt实现仿QQ即时聊天程序☆233Jan 10, 2018Updated 8 years ago
- SunPush 是一个web消息推送服务器,复杂从web服务器推送消息到移动端。底层IO,使用Boost:asio,经过初步测试,可以同时支持20w连接并发推送(每个连接每秒1k数据包)!☆19Sep 1, 2014Updated 11 years ago
- 保存编写的一些Qt应用程序,分不同分支存放☆180Oct 21, 2025Updated 6 months ago
- Transferring messages and files between the server and the client are realized in this project.☆34Oct 21, 2021Updated 4 years ago
- YeIM-Uni-SDK's Electron Case,基于YeIM-Uni-SDK的桌面端Electron聊天使用案例☆16Mar 31, 2024Updated 2 years ago