Protective norms

Overview

This tutorial uses proto3 versions of Protocol Buffers language and provides a basic introduction to use Protocol Buffers.By creating a simple example application, it shows you how

  • Define message format in .proto file.
  • Use protocol buffer compiler.
  • Write and read messages using the Go protocol buffer API.

Protocol Buffers is a Google product and is not repeated here. For more information, refer to Protocol Buffer and gRPC