grpc-go/examples
Clément Jean 02858ee506
deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
Co-authored-by: Doug Fawley <dfawley@google.com>
2024-01-30 10:59:10 -08:00
..
data examples: regenerate certs to use SHA256 signing algorithm (#5256) 2022-03-21 10:41:21 -07:00
features grpc: Update go mod (#6939) 2024-01-24 19:10:36 -05:00
helloworld grpc: Update go mod (#6939) 2024-01-24 19:10:36 -05:00
route_guide deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919) 2024-01-30 10:59:10 -08:00
README.md examples: organize READMEs better (#6121) 2023-03-21 13:19:15 -07:00
examples_test.sh examples: add an example of flow control behavior (#6648) 2023-09-27 08:03:41 -07:00
go.mod deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919) 2024-01-30 10:59:10 -08:00
go.sum grpc: Update go mod (#6939) 2024-01-24 19:10:36 -05:00
gotutorial.md cmd/protoc-gen-go-grpc: revert to interface-based service registration (#3911) 2020-09-29 15:17:06 -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.