Cap'n Proto alternatives and similar libraries
Based on the "Inter-process communication" category.
Alternatively, view Cap'n Proto alternatives based on common mentions on social networks and blogs.
-
rpclib
rpclib is a modern C++ msgpack-RPC server and client library -
libjson-rpc-cpp
C++ framework for json-rpc (json remote procedure call) -
AREG SDK
AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread. -
simple-rpc-cpp
a simple RPC wrapper generator to C/C++ functions -
eCAL
Please visit the new repository: https://github.com/eclipse-ecal/ecal -
WAMP
Provides RPC and pub/sub messaging patterns. (various implementations, various languages)
Analyze your C and C++ projects with just one click.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Cap'n Proto or a related project?
README
Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.