/mithril

A C++17 async client-server framework

Primary LanguageC++OtherNOASSERTION

mithril

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

See also

facebook/wangle