Skip to content

A simple multi-proxy server: each request recived is sent to multiple backend service

License

Notifications You must be signed in to change notification settings

SISTeMAits/multi-http-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multi-http-proxy

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

How to install

  1. Install node.js :)
  2. Clone this project in a folder
  3. Install dependencies
npm install winston
npm install forever 

How to configure

Simply edit proxy.js - no configuration file

How to run

node proxy.js

or

forever start proxy.js

About

A simple multi-proxy server: each request recived is sent to multiple backend service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%