The Dart language implementation of gRPC.
Go to file
Michael Thomsen b0c284578a Enable travis (#15)
* Create .travis.yml

Initial travis config, based on https://github.com/dart-lang/source_gen/blob/master/.travis.yml

* Update .travis.yml

* Fix filename

* Review feedback
2017-06-29 19:38:45 +02:00
examples/route_guide Initial import. (#2) 2017-06-28 14:53:42 +02:00
lib Initial import. (#2) 2017-06-28 14:53:42 +02: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 Enable travis (#15) 2017-06-29 19:38:45 +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 Clarify that current implementation is experimental (#14) 2017-06-29 15:12:10 +02:00
analysis_options.yaml Initial import. (#2) 2017-06-28 14:53:42 +02:00
pubspec.yaml Initial import. (#2) 2017-06-28 14:53:42 +02:00

README.md

Dart gRPC

This repository contains a Dart implementation of gRPC.

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