mirror of https://github.com/grpc/grpc-dart.git
Clarify that current implementation is experimental (#14)
This commit is contained in:
parent
bf8fb94353
commit
aee8e4a3c3
|
|
@ -1,4 +1,7 @@
|
||||||
# Dart gRPC
|
# Dart gRPC
|
||||||
|
|
||||||
This repository contains an experimental [Dart](https://www.dartlang.org/)
|
This repository contains a [Dart](https://www.dartlang.org/) implementation of
|
||||||
implementation of [gRPC](https://grpc.io/).
|
[gRPC](https://grpc.io/).
|
||||||
|
|
||||||
|
***Note***: This implementation is in a very early & experimental state. We do
|
||||||
|
not recommend using it for anything but experiments.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue