Basics tutorial
Official gRPC tutorial for Go covering service definitions, handlers, clients, and streaming RPCs.
Official gRPC tutorial for Go covering service definitions, handlers, clients, and streaming RPCs.
- Author: gRPC Authors
- Authority: community
- Kind: guide
- URL: https://grpc.io/docs/languages/go/basics/
What it covers
- grpc-go service layout
- server and client patterns
- streaming RPC basics
Why authoritative
Official gRPC documentation for Go, authoritative for grpc-go usage even though it is outside the Go standard library.
Use when
- how should I structure grpc handlers in Go
- how do grpc services work in Go
- when should I use grpc streaming in Go
Keywords
- grpc, grpc-go, protobuf, streaming RPC, service definitions