README
Sketchness-Proxy
Installation
$ npm install
Create a file targets.json with the sintax:
{
"host": {...},
...
}
"default" is the target used if no target is defined
The object for each host follows the structure defined here !node-http-proxy
Start server
$ npm start
Stop server
$ npm stop
Restart server
$ npm restart
Get server status
$ npm test