The C++ open source community released (purecpp.org) released theit first official version.
rest_rpc website
by purecpp,org
From the website:
rest_rpc is developed using modern c++. The first version was released after several iterations and refactoring. rest_rpc is an easy to use, flexible, high-performance, cross-platform RPC framework.
Features of rest_rpc
- RPC call just like local function call
- Easy to use: developers only need to focus on business
- Flexible: the serialization method can be freely customized, default support json,msgpack
- Supports synchronous and asynchronous calls
Add a Comment
Comments are closed.