The difference between rpc and grpc

rpc uses the network layer protocol TCP, which reduces data encapsulation and speeds up processing;
grpc needs to use the protobuf protocol;

Guess you like

Origin blog.csdn.net/MENCO_/article/details/109157637