Reguix / HttpServer
C++实现的高性能Web服务器,One Loop Per Thread方式,采用Reactor模式 + 非阻塞I/O复用 + 线程池实现高并发。
☆15Updated 5 years ago
Alternatives and similar repositories for HttpServer:
Users that are interested in HttpServer are comparing it to the libraries listed below
- 使用C++11完成的Web服务器☆36Updated 5 years ago
- A C++ Tiny Web Server☆106Updated 4 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆117Updated 6 years ago
- Multithreaded network library in C++17☆90Updated 3 years ago
- A WebServer write by C++☆130Updated 5 years ago
- A High Performance Multithread Network Library☆107Updated 6 years ago
- An Object-oriented Lightweight High Performance C++ Network Library For Linux System☆53Updated 4 years ago
- c++11 Server based on coroutine and reactor☆107Updated 3 years ago
- C++高性能网络服务器☆75Updated 4 years ago
- yfs是一个分布式文件系统(mit6.824)☆72Updated 6 years ago
- a mini implementation of muduo☆128Updated 10 years ago
- c++负载均衡服务器☆30Updated 6 years ago
- 基于协程和事件循环的c++网络库