panuph / httpcppLinks
A C++ library for building non-blocking (epoll Edge Triggered) HTTP servers/clients
☆27Updated 4 years ago
Alternatives and similar repositories for httpcpp
Users that are interested in httpcpp are comparing it to the libraries listed below
Sorting:
- Lightweight C++ wrapper for LibEvent 2 API☆47Updated 7 years ago
- A simple http library in c++ backed by libuv and http-parser.☆181Updated 6 years ago
- SPServer is a high concurrency server framework library written on C++☆33Updated 10 years ago
- WebSocket codec in C++. Implements RFC6455. Robust one-class parser implementation.☆153Updated 2 years ago
- WebSocket server demo implemented with C++ & libevent☆116Updated 4 years ago
- concurrency library for C++☆73Updated 11 years ago
- simple http server base on epoll☆324Updated last year
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 4 years ago
- C++11 libuv wrapper☆179Updated 5 years ago
- HTTP Server/Client/Proxy Server☆91Updated 8 years ago
- An C++ serialization library☆10Updated 10 years ago
- Simple & modern HTTP client for C++☆130Updated 3 years ago
- 更好的序列化库,c++14开发,header-only,简洁高效。Now there is a better serialization libray//github.com/qicosmos/iguana please replace kapok with iguana.☆188Updated 9 months ago
- A network library implemented in C++, supports TCP/UDP/HTTP/HTTP2/WebSocket/SSL on platform Linux/Windows/OSX/iOS/Android.☆204Updated last month
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- A C++ async HTTP client library to use in asynchronous applications while communicating with REST services.☆58Updated 10 years ago
- Micro http server and client written in C++☆167Updated 2 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated last year
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- C++ network library based on `libgo`.☆244Updated 6 years ago
- Lock-Free Thread Pool☆79Updated 2 years ago
- Http multipart parser implemented in C☆239Updated 2 years ago
- A simple C++ common base library used in Qihoo 360☆116Updated 3 years ago
- An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mai…☆180Updated 6 years ago
- Redis C++ Client☆66Updated last year
- openssl surpport for handy☆42Updated 9 years ago
- c++17 header only msgpack implementation. (msgpack-rpc-asio)☆34Updated 3 years ago
- nanomsg rpc with protobuf☆39Updated 11 years ago
- C++ wrapper for C-based HTTP parser