2.1.0 • Published 6 years ago

http-bridge v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.

deployment

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