super-simple-proxy
v1.0.1
Published
Simple HTTP proxy.
Downloads
15
Readme
local-ssl-proxy
Simple HTTP proxy. Very simple.
Credit: Most of the code was basically borrowed from https://github.com/cameronhunter/local-ssl-proxy. I wanted a simple binary that would also allow you to create a regular http proxy.
Eventually I'll integrate the ssl proxy into this one.
Install
npm install -g super-simple-proxy
Run
To start a proxy from port 80
to 3000
run:
super-simple-proxy --source 80 --target 3000