Skip to content

A C++17 async client-server framework

License

Notifications You must be signed in to change notification settings

salahsheikh/mithril

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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