http-bridge

2.1.0 • Public • Published

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

Package Sidebar

Install

npm i http-bridge

Weekly Downloads

1

Version

2.1.0

License

MIT

Unpacked Size

15.3 kB

Total Files

7

Last publish

Collaborators

  • zuojiang