gRPC using C

39 views
Skip to first unread message

Vishnupriya K

unread,
Mar 17, 2025, 2:38:39 PMMar 17
to grpc.io
Can anyone pkease help me in setting up gRPC client server in C language. I have already tried this and worked with python. but i want to do this in C. 
Please help me eith setting up gRPC in C. ( Dependencies, installation steps..)

Peter Schow

unread,
Mar 17, 2025, 4:08:16 PMMar 17
to Vishnupriya K, grpc.io
Hi Vishnupriya,

On Mon, Mar 17, 2025 at 8:38 AM Vishnupriya K <vishnupr...@gmail.com> wrote:
>
> Can anyone pkease help me in setting up gRPC client server in C language. I have already tried this and worked with python. but i want to do this in C.
> Please help me eith setting up gRPC in C. ( Dependencies, installation steps..)

There is no official C API for gRPC.  You could (a) write your own layer to bridge gRPC functionality between C and C++ or (b) investigate https://github.com/juniper/grpc-c but it is labeled as "pre alpha" and  hasn't been touched in seven years.  I wouldn't recommend either of these options.  

List of supported 11 languages is here (with Rust being added soon, so it is said):

https://grpc.io/docs/languages/
Reply all
Reply to author
Forward
0 new messages