Just a quick approach. I had my API written in C++.  Then went ahead and 
wrote C wrapper functions for the C++ functions so that my C code can call 
them.  I created static libraries with the C++ object files and the wrapper 
.cc files' object files and included them in my C make file. Was good to 
go. Works perfectly.

On Monday, July 20, 2015 at 8:03:49 AM UTC-7, xmx wrote:
>
> Hello,
> I would like to write a basic gRPC client/server implementation in pure C 
> for testing purpose.
> Is there any documentation or example on how to use the C API ?
>
> Thanks in advance !
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/4ecd5910-3626-4e8e-8a0d-c44544b157e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to