I'm currently new to gRPC technology and have been reading up on it.
My current understanding is that gRPC
is just another protocol just like how REST
is one. Now lets say I spin up a gRPC server that I want clients to consume, but in that gRPC server I'd like to be able to get information from outside consumer RESTful Apis, (for example https://developer.riotgames.com/api-methods/) is that still possible?