Exercise 2: Working with gRPC
Let’s test our understanding by attempting this challenge.
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.
Problem
Try to convert gServer.go
into a RESTful server. The RESTful server should listen on a specified port and provide the same functionality as the gRPC server but using HTTP endpoints. Upon updating the code, to access the endpoints using HTTP GET requests, open a new terminal window and execute the following curl
commands:
Get hands-on with 1400+ tech skills courses.