Is it possible create proxy REST api to GRPC?

Hi, I’m trying to create proxy from REST api to GRPC.

How does this possible to do with tyk?
I’m specialist in Node.js
Can you share some links, which can help me with it ?

Hello @alexandre_sydorenko

There is a demo REST to gRPC proxy setup at this link

Which allows you to put say Tyk in-front of a gRPC service, and using the Service Reflection Service, it would expose a REST api.

kindly check it out.

It is also possible with a go plugin implementing something like this