http-bridge
v2.1.0
Published
A reverse http proxy.
Downloads
4
Readme
http-bridge
Description
http-bridge
is a simple Node.js application,
to expose a local server behind a firewall to the internet by an internet server.
Installation
npm install http-bridge -g
Usage
# Server mode, internet server
$ http-bridge -S --http-port 8080
# Client mode, local server
$ http-bridge -C --remote-host xxx.xxx.xxx.xxx --forward-port 3000
# more...
$ http-bridge -h
License
MIT