project0-corsproxy
v0.1.0
Published
Proxy all request to an remote server and set CORS Header
Downloads
3
Readme
node-corsproxy
Simple server to add CORS and proxy every request to an specific remote url.
$ npm install
$ URL="http://myfancy.api.org" PORT=3000 node index.js