miluer / ChatRoomLinks
在 Linux 环境下使用 C 语言实现,使用socket 通信,结合select函数实现高并发的IO,客户端发送消息到服务器,服务器在广播到每个聊天室成员。
☆52Updated 9 years ago
Alternatives and similar repositories for ChatRoom
Users that are interested in ChatRoom are comparing it to the libraries listed below
Sorting:
- 基于Qt的P2P聊天软件实现,主要由多个聊天客户端和一个中心注册服务器组成。☆81Updated 4 years ago
- Linux环境下的C/C++小项目☆97Updated 8 years ago
- 从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台☆258Updated last year
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Updated 6 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆75Updated 6 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Updated 9 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Updated 6 years ago
- epoll+线程池实现大文件传输☆68Updated 10 years ago
- 基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习☆250Updated last year
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 网络云盘(简单的毕设项目)☆53Updated 5 years ago
- A light and high performance WebSocket Server.☆116Updated 4 years ago
- 基于c++实现ftp客户端,服务端程序☆26Updated 7 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43Updated 6 years ago
- c++负载均衡服务器☆30Updated 7 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆374Updated 8 years ago
- Linux网络编程视频教程☆215Updated 3 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆71Updated 8 years ago
- 一套客户端跨平台的网络同步盘系统,采用C++编写,客户端使用了Qt。☆50Updated 8 years ago
- 大学时期学习数据结构的C++源码,包含AVL树、Treap、多个有序链表合并、二叉查找树、二项堆、红黑树、伸展树、跳表、栈与队列相互模拟以及最小(大)值求解、主席树的C++版实现,欢迎指出错误和提交贡献。☆137Updated 9 years ago
- MFC版本的飞机大战!☆77Updated 9 years ago
- 网络抓包☆107Updated 2 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Updated 6 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆46Updated 12 years ago
- 聊天室 -- 17年暑假项目(Linux C网络编程)☆460Updated 4 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆58Updated 9 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- 培训期间第二个项目——c++版坦克大战☆39Updated 9 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- c++千万级高并发网络通信(Socket协议,跨平台全栈开发)☆98Updated 6 years ago