The Dart language implementation of gRPC.
Go to file
Michael Thomsen aee8e4a3c3 Clarify that current implementation is experimental (#14) 2017-06-29 15:12:10 +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
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.