I could successfully run a gRPC client
and gRPC server
in c++
now I wish to establish a communication between node A and gRPC server i.e. node B
as in the attached image.
Are there any examples which I can refer to below is what I am looking for.
I have this node A
with http
message (GET method) which I need to parse i.e extract the message and run the request on node C. What is that I should look for in between Node A and gRPC server.
Thanks in Advance