grpc-go/examples
Arvind Bright e9193a4298
*: update deps (#7375)
2024-07-01 10:28:18 -07:00
..
data examples: regenerate certs to use SHA256 signing algorithm (#5256) 2022-03-21 10:41:21 -07:00
features Add an optional implementation of streams using generics (#7057) 2024-05-03 10:51:39 -07:00
helloworld Add an optional implementation of streams using generics (#7057) 2024-05-03 10:51:39 -07:00
route_guide Add an optional implementation of streams using generics (#7057) 2024-05-03 10:51:39 -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 *: update deps (#7375) 2024-07-01 10:28:18 -07:00
go.sum *: update deps (#7375) 2024-07-01 10:28:18 -07:00
gotutorial.md examples: fix the quickstart link in the routeguide example (#7162) 2024-04-25 10:12:07 -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.