I am very very new to gRPC and according to my requirement just wanted to know if this is possible, if yes then how ?
I have a rest API application with endpoints, how can this rest api call a gRPC server method or client method ?
Ideally I want to know if a rest api can communicate with a microservice (which is a api service with a list of endpoints) via gRPC and return the response to the calling rest API. Both the rest API and the microservice is written in c#, .Net core 3.0
Thanks in advance.