《Linux 高性能服务器编程》和《Linux多线程服务端编程:使用muduo C++网络库》的笔记和源码,以及两个轻量级服务器的项目代码
☆342Jan 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Linux高性能服务器编程源码☆559Dec 28, 2015Updated 10 years ago
- Linux高性能服务器编程(作者 游双) 读书笔记和Demo☆394Mar 25, 2020Updated 6 years ago
- Linux多线程服务端编程[muduo C++网络库]☆594Sep 9, 2021Updated 4 years ago
- 基于muduo网络库Reactor模型的集群聊天源码☆27Feb 21, 2022Updated 4 years ago
- Linux下C++轻量级WebServer服务器☆19,460Jul 5, 2024Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A C++ High Performance Web Server☆8,189Sep 27, 2023Updated 2 years ago
- 在Linux下用C/C++语言开发的即时通讯项目,用了libevent、多线程、mysql等技术☆75Mar 5, 2019Updated 7 years ago
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,467Apr 28, 2022Updated 4 years ago
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆756Feb 23, 2023Updated 3 years ago
- 学习muduo网络库的一些笔记☆126Sep 27, 2020Updated 5 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,648Dec 8, 2023Updated 2 years ago
- C++ Linux WebServer服务器☆4,078Dec 2, 2023Updated 2 years ago
- 自己实现一个muduo库:记录一下学习muduo库以及C++11的过程。☆16Sep 27, 2022Updated 3 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,402Mar 5, 2024Updated 2 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Achieve a tiny STL in C++11☆12,434Oct 27, 2024Updated last year
- Event-driven network library for multi-threaded Linux server in C++11☆16,071Dec 23, 2025Updated 4 months ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆291Jun 14, 2020Updated 5 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Jul 31, 2019Updated 6 years ago
- Linux网络编程视频教程☆213Jul 14, 2022Updated 3 years ago
- React聊天室。一款基于React、C++,使用TCP/HTTP协议的多人聊天室Web应用,使用腾讯云开发托管页面。☆10Sep 1, 2021Updated 4 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- c++ async rpc framework. 14w+qps.☆1,650Oct 18, 2023Updated 2 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 基于muduo(多线程网络服务框架)在应用层实现了RTSP服务器☆87Dec 11, 2020Updated 5 years ago
- ftp协议的学习源码,在这里用c/c++实现了一个简易的控制台ftp客户端,希望可以帮助到一部分学习中的朋友。☆12Jun 15, 2020Updated 5 years ago
- 基于分布式的集群聊天系统☆49May 5, 2021Updated 4 years ago
- C/C++学习,后端开发进阶指南。☆6,136Jun 24, 2025Updated 10 months ago
- Linux C++ Web 文件服务器☆281Jun 18, 2025Updated 10 months ago
- A TinyWebServer implemented inC++11.☆212Apr 7, 2024Updated 2 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++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- Uubuntu 20 C++版本的web服务器☆254Jan 15, 2023Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 📘《TCP/IP网络编程》(韩-尹圣雨)学习笔记☆2,502Jan 7, 2026Updated 3 months ago
- C++11/14/17/20 Concurrency Demystified: From Core Principles to Thread-Safe Code☆2,196Dec 25, 2024Updated last year
- MIT 6.824 distributed system C++Version☆876Jun 10, 2023Updated 2 years ago
- 30天自制C++服务器,包含教程和源代码☆7,029Mar 26, 2025Updated last year
- C++11 RPC framework Unfinished☆38Jan 20, 2024Updated 2 years ago
- 《Linux/Unix系统编程手册》笔记☆106Apr 16, 2024Updated 2 years ago
- 一个简单的muduo库,用来练手☆13Mar 17, 2019Updated 7 years ago