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:
- Linux环境下的C/C++小项目☆97Updated 7 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆75Updated 6 years ago
- 从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台☆259Updated 10 months ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆72Updated 6 years ago
- 基于c++实现ftp客户端,服务端程序☆26Updated 6 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Updated 8 years ago
- 基于Qt的P2P聊天软件实现,主要由多个聊天客户端和一个中心注册服务器组成。☆80Updated 4 years ago
- A light and high performance WebSocket Server.☆114Updated 4 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Updated 6 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆41Updated 6 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆73Updated 6 years ago
- Linux网络编程视频教程☆212Updated 3 years ago
- 基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习☆254Updated last year
- 在linux下基于《Linux高性能服务器编程》和tinyhttpd扩展实现的C++轻量级HttpServer,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。项目有详细中文注释,适合新手入门!☆64Updated 4 years ago
- 网络云盘(简单的毕设项目)☆52Updated 5 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆371Updated 8 years ago
- C++实现的简单http服务器(进程池+epoll)☆96Updated 7 years ago
- 高性能博客系统☆29Updated 6 years ago
- 学习muduo网络库的一些笔记☆115Updated 4 years ago
- c++千万级高并发网络通信(Socket协议,跨平台全栈开发)☆96Updated 5 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆69Updated 8 years ago
- 迷你搜索引擎项目,后台程序在Linux环境下用C/C++开发,前台页面在windows环境下用PHP实现。☆83Updated 11 years ago
- C++简单小工具轮子☆102Updated 2 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- 基于QT仿微信客户端以及基于muduo服务端的集群聊天服务器☆44Updated last year
- C++设计模式实现,Qt项目☆192Updated 7 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆73Updated 5 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)☆59Updated 9 years ago