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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆10Feb 24, 2025Updated last year
- 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆16Oct 31, 2025Updated 6 months ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 5 years ago
- Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务☆33Jan 19, 2023Updated 3 years ago
- Event-Driven C++ High-Performance WebServer In C++11☆89May 10, 2022Updated 4 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- C++高性能网络服务器☆78Apr 18, 2026Updated last month
- A TinyWebServer implemented inC++11.☆212Apr 7, 2024Updated 2 years ago
- C++ Linux WebServer服务器☆4,088Dec 2, 2023Updated 2 years ago
- Linux下C++轻量级WebServer服务器☆19,489Jul 5, 2024Updated last year
- Linux下高性能服务器,详细梳理后台各个知识点☆32Jun 7, 2020Updated 5 years ago
- 五子棋对战(二人、网络、人机、棋子棋盘换肤、悔棋、过程回放)☆11Jul 25, 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++高性能服务器框架☆19May 11, 2022Updated 4 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆756Feb 23, 2023Updated 3 years ago
- 完全使用C++(脱离Boost)参考Muduo实现的网络库☆85Apr 23, 2022Updated 4 years ago
- C++ High Performance HTTP WebServer☆76Mar 28, 2021Updated 5 years ago
- ☆16Nov 23, 2022Updated 3 years ago
- Linux C++ Web 文件服务器☆280Jun 18, 2025Updated 11 months ago
- Uubuntu 20 C++版本的web服务器☆253Jan 15, 2023Updated 3 years ago
- 仿写一两遍STL几乎是修炼c++的必经之路☆25Nov 30, 2016Updated 9 years ago
- 基于 C++ 实现的 Etcd kv 存储系统☆14May 21, 2023Updated 2 years ago
- Header-Only C++20 Coroutines library☆18Jan 20, 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. Zero configuration with optimized deployments.
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,404Mar 5, 2024Updated 2 years ago
- A C++ High Performance Web Server☆8,195Sep 27, 2023Updated 2 years ago
- A webserver developed using modern c++☆46Dec 19, 2019Updated 6 years ago
- 一个基于muduo库的rpc分布式微服务框架☆17Jul 13, 2022Updated 3 years ago
- C++实现的高并发web服务器☆12Feb 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 8 months ago
- 牛客网Linux高并发服务器开发☆133Mar 2, 2022Updated 4 years ago
- 《C++新经典:对象模型》笔记☆26Mar 26, 2022Updated 4 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 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 5 years ago
- ☆13Jan 25, 2019Updated 7 years ago
- 基于C++实现的RPC分布式网络通信框架☆26Mar 30, 2022Updated 4 years ago
- 《C++新标准C++11_14》侯捷老师课件整理☆54Jun 29, 2021Updated 4 years ago
- osproxy的rpc实现,grpc-gateway支持rpc和api同端口,支持Docker一键部署☆56Jan 6, 2024Updated 2 years ago