I think Vendasta publishes some of their APIs using gRPC. Their blog post
is: http://www.grpc.io/blog/vendastagrpc
One example repository that contains the actual .proto they use is
here: https://github.com/vendasta/vendasta-php-sdk-citations
You can find other SDKs and docs:
https://www.venda
https://github.com/googleapis/googleapis/tree/master/google
lots and lots of google services are defined in gRPC (maybe all of them?).
I'm using Speech recognition personally.
On Tuesday, April 11, 2017 at 12:29:02 AM UTC-4, Jason Dreyzehner wrote:
>
> Hi all,
>
> Does anyone know of any public
Juniper has a library that might help you: https://github.com/juniper/grpc-c
On Tue, Apr 11, 2017 at 10:02 AM wrote:
> Hello,
>
> I was wondering if there is an update on this subject. Is it possible to
> use gRPC with C? Thank you.
>
> Regards,
> Kostas
>
>
> On Tuesday, 26 January 2016 23:42:
Hello,
I was wondering if there is an update on this subject. Is it possible to
use gRPC with C? Thank you.
Regards,
Kostas
On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>
> Hi guys,
>
> How to use grpc in C?
>
> From thread history, the suggestion is to use C++. Understood