《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码
☆338Jan 22, 2021Updated 5 years ago
Alternatives and similar repositories for linux-server
Users that are interested in linux-server are comparing it to the libraries listed below
Sorting:
- Linux高性能服务器编程源码☆556Dec 28, 2015Updated 10 years ago
- Linux高性能服务器编程(作者 游双) 读书笔记和Demo☆392Mar 25, 2020Updated 5 years ago
- Linux多线程服务端编程[muduo C++网络库]☆587Sep 9, 2021Updated 4 years ago
- 基于muduo网络库Reactor模型的集群聊天源码☆26Feb 21, 2022Updated 4 years ago
- A C++ High Performance Web Server☆8,171Sep 27, 2023Updated 2 years ago
- Linux下C++轻量级WebServer服务器☆19,223Jul 5, 2024Updated last year
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,450Apr 28, 2022Updated 3 years ago
- 学习muduo网络库的一些笔记☆123Sep 27, 2020Updated 5 years ago
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆742Feb 23, 2023Updated 3 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,632Dec 8, 2023Updated 2 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆74Mar 5, 2019Updated 6 years ago
- C++ Linux WebServer服务器☆4,043Dec 2, 2023Updated 2 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,404Mar 5, 2024Updated last year
- Achieve a tiny STL in C++11☆12,401Oct 27, 2024Updated last year
- Event-driven network library for multi-threaded Linux server in C++11☆15,957Dec 23, 2025Updated 2 months ago
- Linux网络编程视频教程☆214Jul 14, 2022Updated 3 years ago
- 可以工作在nginx tcp负载均衡环境中的集群聊天服务器和客户端源码 基于muduo实现☆281Jul 28, 2021Updated 4 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆292Jun 14, 2020Updated 5 years ago
- C/C++学习,后端开发进阶指南。☆6,036Jun 24, 2025Updated 8 months ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- 自己实现一个muduo库:记录一下学习muduo库以及C++11的过程。☆16Sep 27, 2022Updated 3 years ago
- A logger for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.☆39Dec 21, 2024Updated last year
- c++ async rpc framework. 14w+qps.☆1,620Oct 18, 2023Updated 2 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- 基于分布式的集群聊天系统☆48May 5, 2021Updated 4 years ago
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Dec 11, 2020Updated 5 years ago
- 分布式、高并发游戏服务器,C++编写、数据库mysql、缓存redis。配置文件在config文件夹中☆15May 6, 2023Updated 2 years ago
- Linux C++ Web 文件服务器☆283Jun 18, 2025Updated 8 months ago
- Uubuntu 20 C++版本的web服务器☆255Jan 15, 2023Updated 3 years ago
- C++11 RPC framework Unfinished☆35Jan 20, 2024Updated 2 years ago
- 《C++新经典:对象模型》笔记☆25Mar 26, 2022Updated 3 years ago
- 基于C++的集群聊天服务器☆81Sep 22, 2022Updated 3 years ago
- Linux环境下的C/C++小项目☆98Oct 28, 2017Updated 8 years ago
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,193Dec 25, 2024Updated last year
- 30天自制C++服务器,包含教程和源代码☆7,007Mar 26, 2025Updated 11 months ago
- C++11版本muduo网络库 除去了对boost库的依赖☆242Oct 14, 2022Updated 3 years ago
- 📘《TCP/IP网络编程》(韩-尹圣雨)学习笔记☆2,482Jan 7, 2026Updated last month
- MIT 6.824 distributed system C++Version☆874Jun 10, 2023Updated 2 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆82Aug 28, 2025Updated 6 months ago