salahsheikh / mithril

A C++17 async client-server framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A C++17 async client-server framework

License:Other


Languages

Language:C++ 97.5%Language:CMake 2.5%