Dart grpc client

Moved from GitHub dgo/5

Posted by Anonymous:

i want a dart client to use from flutter

so i tried compiling the the clent to Dart. It has a few issues to clear up but looks like it will work.

Is this the plan for other languages too ? I saw a js and a java client and have no idea if the java one uses the go proto for code gen from.

manishrjain commented :

We have no plans to build a dart client yet. All the clients use the protos generated, but have native implementations of the logic required to make them work.

Anonymous commented :

ah i see. That clears it up then.

thanks. but pity about Dart…

On Wed, 25 Apr 2018 at 06:12 Manish R Jain notifications@github.com wrote:

We have no plans to build a dart client yet. All the clients use the
protos generated, but have native implementations of the logic required to
make them work.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/dgraph-io/dgo/issues/5#issuecomment-384155404, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ATuCwuAgVwkyphff2dhRZ3Y1vzj-Q9qQks5tr_eQgaJpZM4ThL_L
.

marceloneppel commented :