cpp Libraries
cpp Libraries are a collection of open-source MIT License c++ libraries.
cpp Libraries are a collection of open-source MIT License c++ libraries.
cpp-pubsub is a fast, lightweight, and thread-safe header-only C++17 library for Publish-Subscribe messaging.
cpp-asyncworker is a lightweight, thread-safe, and header-only C++ library for managing asynchronous tasks using a worker pool.
cpp-tcpnet is a fast, cross-platform, and asynchronous C++17 library for TCP networking. It provides robust server (TcpListener) and client (TcpClient) abstractions powered by a non-blocking event loop and background thread pools.
cpp-http is a lightweight, high-performance, header-only C++17 HTTP/1.1 server and client library. Built on top of the asynchronous, non-blocking network engine cpp-tcpnet, it utilizes a multi-threaded worker pool with session-affinity ordering to handle connections concurrently without blocking your main application logic.