mithril

March 14, 2021 ยท View on GitHub

A C++17 async/non-blocking networking client-server framework inspired by Netty and built on top of scylladb/seastar.

Special attention was given to:

  • Compose I/O operations in a structured manner to avoid "callback hell"
  • Scaling well with additional cores
  • Minimizing memory copies

Examples

  • Echo server and client

See also

facebook/wangle

Contents

  1. 0.1Examples
  2. 0.2See also