July 2023
Intermediate to advanced
260 pages
5h 39m
English
As the chapter title suggests, we are going to set up a gRPC project from scratch. We are first going to create our Protobuf schema as we are doing schema-driven development. Once the schema is created, we will generate Go code. Finally, we are going to write the templates for the server and client so that we can reuse them later in this book.
In this chapter, we’re going to cover the following main topics:
I assume that you already have protoc installed from the last chapter. If you do not, this is the right time to install it because without it, you will not benefit as much from this chapter.
Read now
Unlock full access