grpc-dart/example
Lei Liu 52bea07000
Add support for unix domain sockets (#327)
Fixes #299
2020-11-11 15:43:05 +01:00
..
googleapis Add decoded grpc-status-details-bin details to GrpcError (#349) 2020-10-27 17:07:58 +01:00
grpc-web Add decoded grpc-status-details-bin details to GrpcError (#349) 2020-10-27 17:07:58 +01:00
helloworld Add support for unix domain sockets (#327) 2020-11-11 15:43:05 +01:00
metadata Add decoded grpc-status-details-bin details to GrpcError (#349) 2020-10-27 17:07:58 +01:00
route_guide Update dart.yml (#387) 2020-11-03 22:49:23 +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.