Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 513 Bytes

[Deprecated] Dart gRPC client proof-of-concept

DEPRECATED. Please see the https://github.com/dart-lang/grpc-dart Dart gRPC implementation.


This repository contains a hackisch implementation of a gRPC client in Dart. An example on how to use it can be seen under example/pubsub.dart.

Please Note The example/pubsub.dart example needs to be modified to

  • point to a json service account file on disc
  • contain the name of a google cloud project (which has the pub/sub API enabled)