I want to use RPC+protobuf
in my distributed application (written in C / C ++), and I found that there are already some RPC implementations listed in " Third- RPC+protobuf
for Protocol Buffers ", but I canβt determine which one is better . Can someone tell me the best practice of RPC+protobuf
? Thanks in advance.
source share