The Dart language implementation of gRPC.
Go to file
Jakob Andersen aefc45cbc0 Upgrade package:http2 dependency. (#21)
Picks up fix for sending endStream bit on the requested frame, instead
of on an empty data frame following it.

Needed for interoperability with the Go gRPC client, since it otherwise
failed to recognize the trailer frame sent from the server.

Fixes #13.
2017-07-06 11:37:21 +02:00
example/route_guide Upgrade package:http2 dependency. (#21) 2017-07-06 11:37:21 +02:00
lib Fixes to make Travis Green (#17) 2017-06-29 13:11:29 -07:00
test Initial import. (#2) 2017-06-28 14:53:42 +02:00
.gitignore Initial import. (#2) 2017-06-28 14:53:42 +02:00
.travis.yml Rename examples to example. (#19) 2017-07-04 19:50:18 +02:00
AUTHORS Initial repo config 2017-06-08 11:12:17 +02:00
CHANGELOG.md Initial repo config 2017-06-08 11:12:17 +02:00
LICENSE Initial repo config 2017-06-08 11:12:17 +02:00
README.md Update readme with Travis badge (#16) 2017-06-29 12:28:24 -07:00
analysis_options.yaml Fixes to make Travis Green (#17) 2017-06-29 13:11:29 -07:00
pubspec.yaml Upgrade package:http2 dependency. (#21) 2017-07-06 11:37:21 +02:00

README.md

A Dart implementation of gRPC.

Build Status

Note: This implementation is in a very early & experimental state. We do not recommend using it for anything but experiments.