tree: f8c151c12a0b520e97246d60e9f067ac50c3c798 [path history] [tgz]
  1. data/
  2. features/
  3. helloworld/
  4. route_guide/
  5. examples_test.sh
  6. go.mod
  7. go.sum
  8. gotutorial.md
  9. README.md
examples/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.