Skip to content

Learning ProtoBuf

diligentis edited this page Jul 27, 2022 · 1 revision

Getting Started

AliceNet relies on Protocol Buffers and GRPC to describe and implement services. This page provides resources for getting started with them.

There are good Protocol Buffers Basics: Go and GRPC Go Basics tutorials available.

Tooling

  • Visual Studio Code is a great free editor with ProtoBuf support.
  • Buf has a lot of tooling around helping out with protobufs and GRPC, including formatting, linting and breaking change detection.

References

Clone this wiki locally