mirror of https://github.com/grpc/grpc-dart.git
* Regenerate protobuf files using newest protoc plugin * Fix lints everywhere * Remove visibleForTesting from profile.dart |
||
|---|---|---|
| .. | ||
| bin | ||
| lib/src | ||
| protos | ||
| tool | ||
| README.md | ||
| pubspec.yaml | ||
README.md
Description
The metadata server and client demonstrate how to handle custom metadata, cancellation, and timeouts in Dart gRPC.
See the definition of the metadata service in protos/metadata.proto.
Run the sample code
To compile and run the example, assuming you are in the root of the metadata folder, i.e., .../example/metadata/, first get the dependencies by running:
$ pub get
Then, to run the server:
$ dart bin/server.dart
Likewise, to run the client:
$ dart bin/client.dart