July 2019
Beginner to intermediate
300 pages
7h 48m
English
As previously mentioned, gRPC makes use of protocol buffers, which are Google's mature and open-source mechanism for serializing and de-serializing structured data.
In gRPC, protocol buffers are used to:
In gRPC, interfaces are defined using a .proto file, which is a text file that defines the data structures that are to be serialized and de-serialized using protocol buffers, and also the methods supported.
Once the .proto ...
Read now
Unlock full access