grpc-go/examples
Purnesh Dixit cd05c9e58f
.*: fix revive package-comments lint issues (#7574)
* .*: fix revive package-comments lint issues

* add example names to package comment

* improve grammer
2024-09-03 11:35:19 +05:30
..
data examples: add example to illustrate the use of file watcher interceptor (#7226) 2024-05-28 11:20:18 -04:00
features .*: fix revive package-comments lint issues (#7574) 2024-09-03 11:35:19 +05:30
helloworld .*: revive from unused_parameters (#7577) 2024-08-30 10:41:30 -07:00
route_guide .*: revive from unused_parameters (#7577) 2024-08-30 10:41:30 -07:00
README.md examples: organize READMEs better (#6121) 2023-03-21 13:19:15 -07:00
examples_test.sh examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (#7474) 2024-08-26 17:30:18 -07:00
go.mod stats/otel: upgrade grpc version that contains the experimental/stats package (#7545) 2024-08-29 14:34:13 -07:00
go.sum examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (#7474) 2024-08-26 17:30:18 -07:00
gotutorial.md examples: update remaining uses of grpc.Dial to NewClient (#7248) 2024-05-21 14:14:17 -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.