grpc-dart/example
Sigurd Meldgaard d7ae930e7f
Revert "Support grpc-web" (#159)
This reverts commit d58659507c.

Development of grpc-web will continue on the branch
https://github.com/grpc/grpc-dart/tree/grpc-web until it is ready.
2019-03-18 13:46:50 +01:00
..
googleapis Replace Future<Null> with Future<void>. (#146) 2019-01-03 08:13:25 +01:00
helloworld Revert "Support grpc-web" (#159) 2019-03-18 13:46:50 +01:00
metadata Replace Future<Null> with Future<void>. (#146) 2019-01-03 08:13:25 +01:00
route_guide Replace Future<Null> with Future<void>. (#146) 2019-01-03 08:13:25 +01:00
README.md Create README.md (#144) 2018-12-17 15:33:48 +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 Quickstart.