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 8 years ago
- C++聊天室服务器,基于sylar框架开发,使用http服务器做资源服务,websocket server做聊天server☆75Updated 6 years ago
- epoll+线程池实现大文件传输☆68Updated 10 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Updated 9 years ago
- 从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台☆258Updated last year
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Updated 6 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Updated 6 years ago
- 基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习☆250Updated last year
- c++千万级高并发网络通信(Socket协议,跨平台全栈开发)☆97Updated 5 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 基于Qt的P2P聊天软件实现,主要由多个聊天客户端和一个中心注册服务器组成。☆81Updated 4 years ago
- A light and high performance WebSocket Server.☆116Updated 4 years ago
- 迷你搜索引擎项目,后台程序在Linux环境下 用C/C++开发,前台页面在windows环境下用PHP实现。☆82Updated 11 years ago
- 基于c++实现ftp客户端,服务端程序☆26Updated 7 years ago
- 一套客户端跨平台的网络同步盘系统,采用C++编写,客户端使用了Qt。☆50Updated 8 years ago
- 高性能博客系统☆30Updated 6 years ago
- 网络云盘(简单的毕设项目)☆52Updated 5 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆57Updated 9 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆71Updated 8 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆375Updated 8 years ago
- c++负载均衡服务器☆30Updated 7 years ago
- Linux网络编程视频教程☆215Updated 3 years ago
- 聊天室 -- 17年暑假项目(Linux C网络编程)☆459Updated 4 years ago
- 学习muduo网络库的一些笔记☆119Updated 5 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Updated 6 years ago
- C++实现的简单http服务器(进程池+epoll)☆96Updated 7 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43Updated 6 years ago
- MFC版本的飞机大战!☆77Updated 9 years ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆126Updated 3 years ago
- 在linux下基于《Linux高性能服务器编程》和tinyhttpd扩展实现的C++轻量级HttpServer,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。项目有详细中文注释,适合新手入门!☆65Updated 4 years ago