Skip to content

zuojiang/http-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published