awwit / httpserver
Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).
☆170Updated 6 years ago
Alternatives and similar repositories for httpserver:
Users that are interested in httpserver are comparing it to the libraries listed below
- Sample application for C++ http server☆28Updated 2 years ago
- Boost.Asio C++ Network Programming 中文版(正在重新校对中…)☆224Updated 8 years ago
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆219Updated 5 years ago
- zsummerX is a cross-platform C++ high performance lightweight network library. via IOCP/EPOLL/SELECT.☆321Updated 4 years ago
- kimgbo是muduo网络库的重构版本☆139Updated 7 years ago
- muduo v1.0.4的注释版☆92Updated 9 years ago
- 基于boost::asio的server,简洁,高效☆89Updated 8 years ago
- HTTP Server/Client/Proxy Server☆92Updated 8 years ago
- a cpp Web Server☆155Updated 4 years ago
- A high performance, single threaded, HTTP/1.1 server written in C++ as a learning tool. Uses kqueue for event management, therefore is *…☆80Updated 2 weeks ago
- simple http server base on epoll