What You Learned

Distributed Services with Go — by Travis Jeffery (15 / 84)

The Pragmatic Programmers
The Pragmatic Programmers
1 min readApr 23, 2021

--

👈 Test Your API | TOC | Chapter 2 Structure Data with Protocol Buffers 👉

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

Copyright © 2021, The Pragmatic Bookshelf.

👈 Test Your API | TOC | Chapter 2 Structure Data with Protocol Buffers 👉

Distributed Services with Go by Travis Jeffery can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

Unlisted

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.