Modern C++ lightweight binary RPC framework without code generation
In this article, I go over the foundations of a new C++ RPC framework that requires no code generation.
Using Modern C++, with type traits, variadic templates, and some other tricks, the final API is surprisingly simple.