You can refer to gRPC Core's header file: https://github.com/grpc/grpc/tree/master/include/grpc.
gRPC Core exposes C API, but it contains large number of C++ code. The gRPC Core API is designed to serve language wrappers (like C++, Python, Ruby) and it could be challenge to develop application upon. On Thursday, July 16, 2020 at 2:43:43 AM UTC-7 [email protected] wrote: > Hello all. > > I'm pretty new to grpc and library implementations. I need to integrate > grpc client to my pure c embedded application. Can you please advise, is it > possible to use gprc library from pure c, without C++ layer? > > As I see, for now, there is only Cpp in the examples. > > Thank you in advance, > Best regards, > Anton > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d99fbfa9-29b9-4f93-a5ec-145530086398n%40googlegroups.com.
