Recap: Working with gRPC

Let’s look at a chapter summary and take a short quiz to test our understanding of this chapter’s content.

We'll cover the following

Summary

gRPC is fast, easy to use and understand, and exchanges data in binary format. This chapter taught you how to define the methods and the messages of a gRPC service, how to translate them into Go code, and how to develop a server and a client for that gRPC service.

Quiz on gRPC service

Get hands-on with 1200+ tech skills courses.