mirror of https://github.com/grpc/grpc-go.git
|
||
---|---|---|
.. | ||
data | ||
features | ||
helloworld | ||
route_guide | ||
README.md | ||
examples_test.sh | ||
go.mod | ||
go.sum | ||
gotutorial.md |
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 serverrouteguide
- a more complicated example showing different types of streaming RPCsfeatures
- 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.