express proxy server
Easy way to build a proxy middleware for express apps
Install
$ npm install express-proxy-server --save
Example:
As simple as that, proxy URLS starting with '/proxy' to the your api host 'www.yourapi.com':
var proxy = ;var app = ; app;
This will proxy all the requests to 'www.yourapi.com' with all params and body args
License
The MIT License (MIT). Please see License File for more information.