grpc-dart/example
Kevin Moore 244dea0361
Regenerate code with latest formatter (#630)
2023-05-31 00:00:51 +02:00
..
googleapis Regenerate code with latest formatter (#630) 2023-05-31 00:00:51 +02:00
grpc-web examples/grpc-web: support latest build_web_compilers (#601) 2023-01-30 13:49:28 -08:00
helloworld Fix wrong command in readme of example (#600) 2023-01-20 10:36:57 +01:00
metadata Custom Error Handling for Server (#588) 2022-12-01 11:29:57 +01:00
route_guide Custom Error Handling for Server (#588) 2022-12-01 11:29:57 +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.