July 2023
Intermediate to advanced
260 pages
5h 39m
English
Now that we have a basic understanding of how data flows over the network and how Protobuf works, we can enter the gRPC world. In this chapter, the goal is to understand what gRPC is doing on top of HTTP/2 and why Protobuf is the perfect fit for gRPC, and also to see that gRPC is a mature technology backed up by major companies in the industry. This will give us a sense of why gRPC is described as “Protobuf over HTTP/2” and make us confident in using it without fearing that the technology is too new and without community.
In this chapter, we’re going to cover the following main topics:
You can find the code for this ...
Read now
Unlock full access