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!
Hi, @jkyberneees Thank you for making this package. I'm on a pretty hard deadline and have been unable to get the gateway to work the way I want.
As an example, I have my microservice called service-catalog with two routes attached to it, and they are prefixed with the API version as are all the other services /v1/services and /v1/service-categories When I add this route to the API gateway the request gets forwarded to the server as / which returns a 404. How do I get all routes in the gateway to forward the request as is?
Hi, @jkyberneees Thank you for making this package. I'm on a pretty hard deadline and have been unable to get the gateway to work the way I want.
As an example, I have my microservice called service-catalog with two routes attached to it, and they are prefixed with the API version as are all the other services
/v1/services
and/v1/service-categories
When I add this route to the API gateway the request gets forwarded to the server as/
which returns a 404. How do I get all routes in the gateway to forward the request as is?