What You Learned

In this chapter, we built a simple JSON/HTTP commit log service that accepts and responds with JSON and stores the records in those requests to an in-memory log. Next, we’ll use protocol buffers to manage our API types, generate custom code, and prepare to write a service with gRPC—an open source, high-performance remote procedure call framework that’s great for building distributed services.

Footnotes

[2]

https://github.com/golang/go/wiki/Modules