March 2020
Intermediate to advanced
406 pages
8h 39m
English
Once we have our protocol definition, our server, and our client, we can execute them together to see our work in action. First, we start the server:

Next, we execute the client code. We can see the default user name and email address that we created in our client code:

On the server-side, we can see the log for the request that we made:

gRPC is a very efficient protocol: it uses HTTP/2 and protocol buffers in order to ...
Read now
Unlock full access