|
|
|
|
|
by cube2222
3065 days ago
|
|
net/RPC is a rpc implementation in the go standard library, which uses gob for serialization. gRPC is a protocol and set of libraries for cross-language rpc based on protobuffs. Also doing a lot of codegen for you, like generating clients. |
|