grpc-go/examples
Zach Reyes ab189b0af7
examples/features/csm_observability: Add xDS Credentials (#7875)
2024-12-02 11:48:15 -08:00
..
data vet: add check to ensure terminating newline (#7645) 2024-10-07 10:34:22 -07:00
features examples/features/csm_observability: Add xDS Credentials (#7875) 2024-12-02 11:48:15 -08:00
helloworld deps: update dependencies for all modules (#7755) 2024-10-18 21:07:37 +05:30
route_guide multiple: switch to math/rand/v2 (#7711) 2024-10-29 10:43:58 -07:00
README.md examples: organize READMEs better (#6121) 2023-03-21 13:19:15 -07:00
examples_test.sh examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (#7474) 2024-08-26 17:30:18 -07:00
go.mod deps: Remove go patch version from go.mod (#7831) 2024-11-13 01:21:41 +05:30
go.sum stats/opentelemetry: Remove OpenTelemetry module and add RLS Metrics e2e tests (#7759) 2024-10-28 13:47:49 -07:00
gotutorial.md replace tab with spaces in text files (#7650) 2024-09-20 11:47:39 +05:30

README.md

Examples

The following examples are provided to help users get started with gRPC-Go. They are arranged as follows:

  • helloworld - a simple example showing a basic client and server
  • routeguide - a more complicated example showing different types of streaming RPCs
  • features - a collection of examples, each focused on a single gRPC feature

data is a directory containing data used by the examples, e.g. TLS certificates.