RADLib
RADical C++ application framework

RADNet provides UDP and TCP socket primitives, server classes, a socket reactor, and a small HTTP client.

Core features:

  • Event-loop driven UDP and TCP sockets.
  • TCP server/client primitives.
  • Binary frame helpers for JSON-defined protocols.
  • HTTP client helpers for simple application requests.
  • Epoll-based readiness handling on Linux.