A simple multi-proxy server: each HTTP message recived from a SENDER is proxied to N reciver
--reciver A
/
SENDER ---> multi-http-proxy -- reciver B
\ -- reciver C
This script can be executed manually, or can be run "à-la-daemon" using forever
- Install node.js :)
- Clone this project in a folder
- Install dependencies
npm install winston
npm install forever
Simply edit proxy.js - no configuration file
node proxy.js
or
forever start proxy.js