使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。
☆742Feb 23, 2023Updated 3 years ago
Alternatives and similar repositories for A-Tiny-Network-Library
Users that are interested in A-Tiny-Network-Library are comparing it to the libraries listed below
Sorting:
- C++11版本muduo网络库 除去了对boost库的依赖☆242Oct 14, 2022Updated 3 years ago
- MIT 6.824 distributed system C++Version☆872Jun 10, 2023Updated 2 years ago
- c++ async rpc framework. 14w+qps.☆1,625Oct 18, 2023Updated 2 years ago
- Linux下C++轻量级WebServer服务器☆19,223Jul 5, 2024Updated last year
- C++ Linux WebServer服务器☆4,048Dec 2, 2023Updated 2 years ago
- 基于C++11的muduo网络库☆119Mar 20, 2021Updated 4 years ago
- c++17实现简易muduo网络库☆45Mar 9, 2025Updated 11 months ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,635Dec 8, 2023Updated 2 years ago
- C++实现的小型rpc框架,帮助构建分布式rpc服务☆68Jan 6, 2023Updated 3 years ago
- A C++ High Performance Web Server☆8,173Sep 27, 2023Updated 2 years ago
- 基于C++的集群聊天服务器☆81Sep 22, 2022Updated 3 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,404Mar 5, 2024Updated 2 years ago
- 学习muduo网络库的一些笔记☆123Sep 27, 2020Updated 5 years ago
- A C++17-based lightweight high-performance network library☆265Jun 25, 2023Updated 2 years ago
- Linux多线程服务端编程[muduo C++网络库]☆587Sep 9, 2021Updated 4 years ago
- 用c++11重构了muduo库的核心MultiReactor架构☆41Jan 21, 2024Updated 2 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆85Apr 23, 2022Updated 3 years ago
- workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。☆1,238Jul 16, 2025Updated 7 months ago
- Achieve a tiny STL in C++11☆12,412Oct 27, 2024Updated last year
- Event-driven network library for multi-threaded Linux server in C++11