grpc-go/examples
Kailun Li 6e59dd1d7f
examples: add example to illustrate the use of file watcher interceptor (#7226)
authz: add example to illustrate the use of file watcher interceptor
2024-05-28 11:20:18 -04:00
..
data examples: add example to illustrate the use of file watcher interceptor (#7226) 2024-05-28 11:20:18 -04:00
features examples: add example to illustrate the use of file watcher interceptor (#7226) 2024-05-28 11:20:18 -04:00
helloworld protoc-gen-go-grpc: copy service comment to interfaces (#7243) 2024-05-22 11:38:24 -07:00
route_guide protoc-gen-go-grpc: copy service comment to interfaces (#7243) 2024-05-22 11:38:24 -07:00
README.md examples: organize READMEs better (#6121) 2023-03-21 13:19:15 -07:00
examples_test.sh examples: Add custom load balancer example (#6691) 2024-04-17 13:04:30 -04:00
go.mod examples: update remaining uses of grpc.Dial to NewClient (#7248) 2024-05-21 14:14:17 -07:00
go.sum examples: update remaining uses of grpc.Dial to NewClient (#7248) 2024-05-21 14:14:17 -07:00
gotutorial.md examples: update remaining uses of grpc.Dial to NewClient (#7248) 2024-05-21 14:14:17 -07:00

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.