grpc-dart/example
Patrice Chalin 63dd99e3f3
helloworld and route_guide: update to protobuf v1 (#279)
2020-03-10 09:06:16 +01:00
..
googleapis Updating for Protobuf 0.13 (#190) 2019-06-14 09:24:05 +02:00
grpc-web Fix imports (#199) 2019-06-25 13:00:58 +02:00
helloworld helloworld and route_guide: update to protobuf v1 (#279) 2020-03-10 09:06:16 +01:00
metadata Updating for Protobuf 0.13 (#190) 2019-06-14 09:24:05 +02:00
route_guide helloworld and route_guide: update to protobuf v1 (#279) 2020-03-10 09:06:16 +01:00
README.md helloworld and route_guide: update to protobuf v1 (#279) 2020-03-10 09:06:16 +01: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.