A C/C++ networking library designed to simplify building high-performance client/server applications across various protocols.
libhv is a cross-platform C/C++ networking library offering an event-loop with non-blocking I/O and timers, often found in libraries like libevent or libuv, but with a simpler API and more integrated protocols. It lets you build TCP/UDP/SSL/HTTP/WebSocket/MQTT clients and servers, providing features like TCP heartbeats and reconnection for resilient applications. You'd typically use its API to set up event handlers and manage connections for your networked services.
A C/C++ networking library designed to simplify building high-performance client/server applications across various protocols.
C/C++ developers looking for an easy-to-use, high-performance networking library to build custom client or server applications.