Skip to content

A proof-of-concept for making a grpc client in Dart using package:http2

License

Notifications You must be signed in to change notification settings

mkustermann/grpc-dart-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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)

About

A proof-of-concept for making a grpc client in Dart using package:http2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages