A WebServer write by C++
☆130May 14, 2019Updated 6 years ago
Alternatives and similar repositories for Webserver
Users that are interested in Webserver are comparing it to the libraries listed below
Sorting:
- High-performance multi-threaded tcp network server in c++11☆60Jun 22, 2019Updated 6 years ago
- 服务端负载均衡, 提供文件的秒传,支持断点续传,对重复文件进行了空间优化, 所有相同的文件只占用一份存储空间。☆11Jun 17, 2017Updated 8 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆48Nov 27, 2018Updated 7 years ago
- 基于Linux EPOLL多路复用的C++轻量级WebServer☆11Jul 11, 2020Updated 5 years ago
- A C++ High Performance Web Server☆8,171Sep 27, 2023Updated 2 years ago
- 使用C++11完成的Web服务器☆36Nov 28, 2019Updated 6 years ago
- A C++ High Performance Web Server☆76Feb 20, 2020Updated 6 years ago
- libevent library reimplemented with c++☆43Jan 17, 2020Updated 6 years ago
- C++ Linux WebServer服务器☆4,043Dec 2, 2023Updated 2 years ago
- C++高性能网络服务器☆78Aug 30, 2020Updated 5 years ago
- little task☆18Mar 24, 2019Updated 6 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Apr 14, 2020Updated 5 years ago
- 面试常见问题 汇总☆526Sep 21, 2019Updated 6 years ago
- 一个基于主从Reacotr+线程池的轻量级webserver☆43Aug 2, 2022Updated 3 years ago
- 🌎 High Performance HTTP WebServer☆633Feb 7, 2018Updated 8 years ago
- Wechat PC Open More [PC 微信 多开 Demo]☆10Dec 20, 2018Updated 7 years ago
- kimgbo是muduo网络库的重构版本☆136Feb 5, 2018Updated 8 years ago
- 即时通讯,支持单聊,群聊☆11Sep 15, 2020Updated 5 years ago
- A webserver developed using modern c++☆46Dec 19, 2019Updated 6 years ago
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,404Mar 5, 2024Updated last year
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,632Dec 8, 2023Updated 2 years ago
- A C++ Tiny Web Server☆107May 8, 2020Updated 5 years ago
- 基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。☆540Sep 9, 2020Updated 5 years ago
- 面经学习记录☆31Dec 1, 2020Updated 5 years ago
- Uubuntu 20 C++版本的web服务器☆255Jan 15, 2023Updated 3 years ago
- A High Performance Multithread Network Library☆107Feb 19, 2019Updated 7 years ago
- Linux下C++轻量级WebServer服务器☆19,223Jul 5, 2024Updated last year
- 简易TCP/IP协议栈,支持TCP、UDP,支持DHCP动态获取IP,支持keep_alive等☆24Mar 30, 2018Updated 7 years ago
- codes learn asio from boost.org☆17Jan 12, 2017Updated 9 years ago
- A C++ Lightweight Web Server based on Linux epoll☆633May 14, 2023Updated 2 years ago
- JSON parser/generator in C++17☆18May 10, 2018Updated 7 years ago
- 使用了线程池,通过epoll实现的Proctor版本的web服务器。参考了游双老师的《Linux高性能服务器编程》以及牛客网的《Linux高并发服务器开发》课程。在自己复现的基础上进行模块的整合并添加一些小更改。所有代码拥有完备的注释。☆16Oct 31, 2025Updated 4 months ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆82Aug 28, 2025Updated 6 months ago
- 后台开发相关知识☆688Aug 3, 2022Updated 3 years ago
- An elegant operating system based on c++17 implementation☆21Apr 11, 2023Updated 2 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 9 years ago
- simple http server base on epoll☆323Oct 8, 2023Updated 2 years ago
- A tiny C++ webserver, when it goes wrong, it returns I know nothing.☆69Jan 6, 2021Updated 5 years ago
- 基于Muduo精简实现的Smuduo,在保留原有功能和特性(事件驱动的Reactor模式,非阻塞IO)的基础上,移除boost库依赖,大量使用C++11新特性.☆13Mar 6, 2018Updated 7 years ago