Search⌘ K
AI Features

Exercise 3: Working with gRPC

Explore implementing gRPC services in Go by creating a RESTful API that acts as a gRPC client. Understand how to define protocol buffers and facilitate communication between REST servers and gRPC servers for scalable applications.

We'll cover the following...

Let’s practice what we’ve learned so far. The solution to this exercise will be provided in the next lesson. ...