TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!
☆159Aug 20, 2021Updated 4 years ago
Alternatives and similar repositories for SimpleWebServer
Users that are interested in SimpleWebServer are comparing it to the libraries listed below
Sorting:
- ☆10Feb 24, 2025Updated last year
- 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆16Oct 31, 2025Updated 4 months ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 5 years ago
- Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务☆32Jan 19, 2023Updated 3 years ago
- C++高性能网络服务器☆78Aug 30, 2020Updated 5 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆89May 10, 2022Updated 3 years ago
- A TinyWebServer implemented inC++11.☆210Apr 7, 2024Updated last year
- C++ Linux WebServer服务器☆4,056Dec 2, 2023Updated 2 years ago
- Linux下C++轻量级WebServer服务器☆19,333Jul 5, 2024Updated last year
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 4 years ago
- 设计并实现了一个高性能、线程安全的跳表数据结构。跳表是一种随机化的数据结构,被用作代替平衡树,提供了高效的搜索、插 入和删除操作。项目中实现的跳表数据结构不仅支持基本的数据操作,还提供了数据持久化功能。☆61Jul 16, 2023Updated 2 years ago
- A C++11 high performance webserver,支持多线程,单线程,使用Reactor模型,仿照muduo库的one loop per thread☆12Aug 3, 2023Updated 2 years ago
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆749Feb 23, 2023Updated 3 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆85Apr 23, 2022Updated 3 years ago
- C++ High Performance HTTP WebServer☆76Mar 28, 2021Updated 4 years ago
- Linux C++ Web 文件服务器☆282Jun 18, 2025Updated 9 months ago
- ☆16Nov 23, 2022Updated 3 years ago
- Uubuntu 20 C++版本的web服务器☆255Jan 15, 2023Updated 3 years ago
- per reactor a listener socket☆11Mar 19, 2020Updated 6 years ago
- 仿写一两遍STL几乎是修炼c++的必经之路☆24Nov 30, 2016Updated 9 years ago
- 基于 C++ 实现的 Etcd kv 存储系统☆14May 21, 2023Updated 2 years ago
- 基于Linux的web server☆26Jun 2, 2022Updated 3 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,409Mar 5, 2024Updated 2 years ago
- A C++ High Performance Web Server☆8,176Sep 27, 2023Updated 2 years ago
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 2 years ago
- A webserver developed using modern c++☆46Dec 19, 2019Updated 6 years ago
- 一个基于muduo库的rpc分布式微服务框架☆16Jul 13, 2022Updated 3 years ago
- C++实现的高并发web服务器☆13Feb 26, 2020Updated 6 years ago
- 后端开发基础组件设计——池式组件(线程池、内存池、异步请求池)、高性能组件(原子操作CAS与锁、无锁消息队列、定时器、死锁检测、内存泄漏检测)及开源组件(libevent/libev、异步日志log4cpp、应用层协议设计ProtoBuf/Thrift)☆19May 30, 2022Updated 3 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆83Aug 28, 2025Updated 6 months ago
- 牛客网Linux高并发服务器开发☆132Mar 2, 2022Updated 4 years ago
- ☆12Jun 24, 2023Updated 2 years ago
- 《C++新经典:对象模型》笔记☆25Mar 26, 2022Updated 3 years ago
- A tiny C++ webserver, when it goes wrong, it returns I know nothing.☆69Jan 6, 2021Updated 5 years ago
- Linux 下 C++轻量级webserver☆12Jul 3, 2021Updated 4 years ago
- RPC远程调用框架☆26Apr 18, 2021Updated 4 years ago
- 修改了WebBench的源码,使其可以支持针对HTTP长连接的测试☆54Feb 6, 2018Updated 8 years ago
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;☆15Jul 14, 2021Updated 4 years ago
- 基于C++实现的RPC分布式网络通信框架☆26Mar 30, 2022Updated 3 years ago