Re: [grpc-io] Re: Pure C client

2020-07-22 Thread 'Mark D. Roth' via grpc.io
It's also worth noting that the C-core API is not really a public API,
since it's aimed at language integrators, not at applications.  In
particular, we do not guarantee any backward compatibility in the C-core
API; it may change in breaking ways from release to release.  Currently, we
do publish gRFCs (see https://github.com/grpc/proposal/) when this happens,
but that policy could change in the future.

On Wed, Jul 22, 2020 at 10:19 AM 'Lidi Zheng' via grpc.io <
grpc-io@googlegroups.com> wrote:

> 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 zing...@gmail.com 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 grpc-io+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/grpc-io/d99fbfa9-29b9-4f93-a5ec-145530086398n%40googlegroups.com
> 
> .
>


-- 
Mark D. Roth 
Software Engineer
Google, Inc.

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAJgPXp5xFEz0DSwU43-SFHNSV9H5YOR7ZvObhsN-RSm0gxSEwg%40mail.gmail.com.


[grpc-io] Re: Pure C client

2020-07-22 Thread 'Lidi Zheng' via grpc.io
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 zing...@gmail.com 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 grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/d99fbfa9-29b9-4f93-a5ec-145530086398n%40googlegroups.com.