Category: Data

In the previous article, we went through various concepts related to the gRPC framework. There I had briefly mentioned protocol buffers, which is the default method of serializing structured data in gRPC. In this article, we’ll be taking a deeper look into the concept of protocol buffers.

Related Articles