Hi Vishnupriya, On Mon, Mar 17, 2025 at 8:38 AM Vishnupriya K <vishnupriyakar...@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/ -- 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 visit https://groups.google.com/d/msgid/grpc-io/CANaTVhVSZ2Nm7gnhAOU_Ou0qEwoWbu5RZfTOTeLD2B4oXeR99A%40mail.gmail.com.