TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!
☆160Aug 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 7 months ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 5 years ago
- Linux下的一个C++轻量级Web服务器,在完善自带的KV存储引擎之后提供分布式的存储服务☆33Jan 19, 2023Updated 3 years ago
- C++实现的Web服务器☆11May 11, 2022Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Event-Driven C++ High-Performance WebServer In C++11☆90May 10, 2022Updated 4 years ago
- C++高性能网络服务器☆78Apr 18, 2026Updated last month
- C++ Linux WebServer服务器☆4,092Dec 2, 2023Updated 2 years ago
- Linux下C++轻量级WebServer服务器☆19,547Jul 5, 2024Updated last year
- Linux下高性能服务器,详细梳理后台各个知识点☆32Jun 7, 2020Updated 6 years ago
- 短链接服务器,基于proactor的多线程服务器,maysql作为发号器,redis缓存☆10Jun 2, 2021Updated 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
- 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.
- 基于协程的C++高性能服务器框架☆19May 11, 2022Updated 4 years ago
- 使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。☆757Feb 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 文件服务器☆286Jun 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 存储系统☆15May 21, 2023Updated 3 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.
- 基于Linux的web server☆26Jun 2, 2022Updated 4 years ago
- 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,208Sep 27, 2023Updated 2 years ago
- 基于c++实现的分布式文件传输系统☆11May 27, 2023Updated 3 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 4 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆84Aug 28, 2025Updated 9 months ago
- 牛客网Linux高并发服务器开发☆134Mar 2, 2022Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- ☆12Jun 24, 2023Updated 2 years ago
- 《C++新经典:对象模型》笔记☆26Mar 26, 2022Updated 4 years ago
- A tiny C++ webserver, when it goes wrong, it returns I know nothing.☆69Jan 6, 2021Updated 5 years ago
- 修改了WebBench的源码,使其可以支持针对HTTP长连接的测试☆52Feb 6, 2018Updated 8 years ago
- RPC远程调用框架☆26Apr 18, 2021Updated 5 years ago
- ☆13Jan 25, 2019Updated 7 years ago
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的http服务器和一个回声服务器,其中http解析和get方法请求,目前支持静态资源访问,支持http长连接;☆15Jul 14, 2021Updated 4 years ago