Techtalks: Traveltech

What is the difference between the gRPC framework and the net/rpc package of the Golang programming language?

Both gRPC and the net/rpc package are under the Google umbrella. gRPC is a "generic RPC framework" that uses ProtoBuffer to serialize and deserialize data, whilst the net/rpc package appears to be able to perform "roughly" the same thing with encoding/gob.

The question now is, what differentiates them from one another? Which of these options comes with more benefits and fewer drawbacks?

image placeholder
lance ziemann

asked  Jun 12, 2022

4418views
3answers
0votes
image placeholder
lance ziemann

answered  Jun 30, 2022

0
image placeholder
Steve Diaz, Software Developer at Walmart

answered  Apr 15, 2023

0
image placeholder
shahraiz alli

answered  Nov 3, 2023

0