grpc-go/examples
Arvind Bright 40c279a85d
deps: update dependencies for all modules (#6795)
2023-11-14 12:58:37 -08:00
..
data examples: regenerate certs to use SHA256 signing algorithm (#5256) 2022-03-21 10:41:21 -07:00
features examples: add an example of flow control behavior (#6648) 2023-09-27 08:03:41 -07:00
helloworld multiple: update dependencies after 1.57 branch cut (#6452) 2023-07-18 14:09:46 -07:00
route_guide multiple: update dependencies after 1.57 branch cut (#6452) 2023-07-18 14:09:46 -07: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: update dependencies for all modules (#6795) 2023-11-14 12:58:37 -08:00
go.sum deps: update dependencies for all modules (#6795) 2023-11-14 12:58:37 -08: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.