Grpc with C++ server and C# Client

616 views
Skip to first unread message

Srishti Kumari

unread,
Jul 8, 2022, 6:47:54 PM7/8/22
to grpc.io

I am trying to do a POC where i am trying to make my Site controller studio on local system written in C# interact with the Server written in C++ hosted on remote desktop by using Grpc Protocol. I tried following the below blog for C# client : https://docs.microsoft.com/en-us/aspnet/core/grpc/basics?view=aspnetcore-6.0

The server is written in C++ and client is written in C#. The operating system i am using is Windows.

For C++,I followed the following blog: https://medium.com/@andrewvetovitz/grpc-c-introduction-45a66ca9461f

But I got one error after executing command

git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc

The error was RELEASE_TAG_HERE not found in origin.

I have not established the C++ Server yet .So, I am stuck to proceed further with C++ and C# interaction. A help in this would be great.

yas...@google.com

unread,
Jul 20, 2022, 2:39:24 PM7/20/22
to grpc.io
You need to replace `RELEASE_TAG_HERE` with an actual release tag. `v1.48.0` for example.
Reply all
Reply to author
Forward
0 new messages