grpc-dart/example
Vyacheslav Egorov f1c475603f
Cleanups (#398)
* Regenerate protobuf files using newest protoc plugin
* Fix lints everywhere
* Remove visibleForTesting from profile.dart
2020-11-12 11:36:59 +01:00
..
googleapis Cleanups (#398) 2020-11-12 11:36:59 +01:00
grpc-web Cleanups (#398) 2020-11-12 11:36:59 +01:00
helloworld Cleanups (#398) 2020-11-12 11:36:59 +01:00
metadata Cleanups (#398) 2020-11-12 11:36:59 +01:00
route_guide Cleanups (#398) 2020-11-12 11:36:59 +01:00
README.md Fix typo in example README (#288) 2020-03-30 12:42:58 +02:00

README.md

Four code examples are available:

  1. helloworld: A demonstration of using the Dart gRPC library to perform unary RPs.

  2. googleapis: A demonstration of using the Dart gRPC library to communicate with Google APIs.

  3. metadata: A demonstration of how to handle custom metadata, cancellation, and timeouts in Dart gRPC.

  4. route_guide: A demonstration of how to perform unary, client streaming, server streaming and full duplex RPCs.

For a complete, step-wise working example, see the Dart gRPC Quick Start.