Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the grpc library that related to C programming language? #197

Open
yingshaoxo opened this issue Feb 3, 2023 · 1 comment
Open

Comments

@yingshaoxo
Copy link

No description provided.

@andrewcrook
Copy link

gRPC is written in C++ and it is possible to call C++ libraries from C. I suggest you look up extern "C"

Here is a stackoverflow thread

There are some C libraries out there which do this C wrappers around the C++ Core using the dynamic library libgrpc. Here is an older example , the newer one is possibly a fork from this.

Language support such as Python is a wrapper and is using cython basically a C interface to the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants