What is the best RPC implementation that works with Google protobuf?

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.

+4
source share

Source: https://habr.com/ru/post/1385162/


All Articles