1 Repo
Building standalone network utilities and proxies using C++.
Distinct from Web Development Utilities: None of the candidates cover the general development of C++ based web utilities/proxies.
Explore 1 awesome GitHub repository matching web development · Web Tooling Development. Refine with filters or upvote what's useful.
This is a header-only C++ library that provides implementations for HTTP clients, HTTP servers, and a WebSocket framework. It allows for the creation of network services and the consumption of remote APIs without requiring a separate compilation step or external binary linking. The project features backend-agnostic TLS integration for secure HTTPS and WSS communication and employs a thread-pool model to process concurrent requests. It distinguishes itself with a full-duplex WebSocket state-machine and a middleware-based request pipeline that supports regular-expression path routing. The libr
Enables the creation of standalone network utilities and proxies within a single C++ binary.