基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习
☆250Apr 1, 2024Updated last year
Alternatives and similar repositories for epoll
Users that are interested in epoll are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于C++和epoll实现的聊天室☆163Aug 11, 2020Updated 5 years ago
- 自己实现智能指针☆104Apr 9, 2016Updated 9 years ago
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,459Apr 28, 2022Updated 3 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Mar 5, 2019Updated 7 years ago
- C++和Linux学习笔记☆2,390Feb 14, 2022Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- 聊天室 -- 17年暑假项目(Linux C网络编 程)☆464Apr 30, 2021Updated 4 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆43May 26, 2019Updated 6 years ago
- 【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。☆1,307Jan 16, 2023Updated 3 years ago
- linux下c/c++模拟实现云盘项目☆634Oct 2, 2021Updated 4 years ago
- Chat room based on C language, with file transfer capability☆52Feb 12, 2018Updated 8 years ago
- Linux网络编程视频教程☆214Jul 14, 2022Updated 3 years ago
- Linux高性能服务器编程(作者 游双) 读书笔记和Demo☆394Mar 25, 2020Updated 6 years ago
- Linux网络编程 / socket编程 / 聊天室 / select & poll & epoll / network programming☆13Mar 24, 2019Updated 7 years ago
- Linux高性能服务器编程源码☆558Dec 28, 2015Updated 10 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 计算机网络实验设计,利用 Socket 实现双机通信,QT C++ | Computer Networks Course Design SDU☆13May 28, 2021Updated 4 years ago
- Linux下C++轻量级WebServer服务器☆19,360Jul 5, 2024Updated last year
- ---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\…☆1,935Jul 27, 2022Updated 3 years ago
- C++ Linux WebServer服务器☆4,061Dec 2, 2023Updated 2 years ago
- 基于B+树、支持数据可靠持久化、数据恢复的小型数据库☆12Nov 2, 2019Updated 6 years ago
- 从零开始创建一个支持负载均衡的Reactor模式网络库,支持linux平台的三种IO 复用,并基于此构建了多个有趣的应用,包括经过高度优化实现的高并发的Echo服务,使用消息反射技术实现的聊天服务等,云会议室等,参见【Apps】☆13Aug 24, 2023Updated 2 years ago
- 红黑树的实现☆291Feb 25, 2018Updated 8 years ago
- A C++ High Performance Web Server☆8,182Sep 27, 2023Updated 2 years ago
- STL源码分析☆745Nov 25, 2023Updated 2 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Easy-Reactor是一个Linux C++高性能TCP服务框架,基于Reactor模式,支持单线程、多线程Reactor,也支持UDP服务☆537Dec 27, 2023Updated 2 years ago
- 知名开源代码库的注释版:C++、Golang等☆1,378Feb 25, 2023Updated 3 years ago
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO☆2,184Jan 5, 2026Updated 2 months ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,642Dec 8, 2023Updated 2 years ago
- Interactive TCP stack learning tool☆13May 27, 2023Updated 2 years ago
- 从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台☆260Oct 11, 2024Updated last year
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 2 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接 等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆545Sep 9, 2020Updated 5 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,408Mar 5, 2024Updated 2 years ago
- NordVPN Special Discount Offer • AdSave on top-rated NordVPN 1 or 2-year plans with secure browsing, privacy protection, and support for for all major platforms.
- c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )☆515Aug 4, 2020Updated 5 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Sep 7, 2016Updated 9 years ago
- 大并发服务器课程源代码☆303Jun 26, 2020Updated 5 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Nov 8, 2017Updated 8 years ago
- based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数☆1,120Jul 18, 2025Updated 8 months ago
- The modern c++ rpc library implemented in a few hundred lines of code☆444May 4, 2019Updated 6 years ago