BackendStack21 / fast-gateway

Fast-gateway is an easy to use Node.js API gateway framework built to handle large scale API traffic with great performance and scalability. Written with JavaScript, it is a framework for the masses!
MIT License
311 stars 35 forks source link

gRPC support #54

Open iapain opened 3 years ago

iapain commented 3 years ago

gRPC support gRPC is now widely used for inter services communication. Hence upstream services might not be running as standard REST services. gRPC uses HTTP2 and hence it should be fairly do-able to add gRPC support.