Skip to content

Reverse tunnel over web-socket stream to host local services to cloud

License

Notifications You must be signed in to change notification settings

nishanb/piggy-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piggy Back Tunnel

Piggy Back Tunnel is a reverse TCP tunnel over WebSocket to host local sites in the cloud

Use Cases

  • Make available your local development sites in the cloud.
  • Test webhook calls to local sites.

How it works

image

Demo

Demo

Installation

git clone git@github.com:nishanb/piggy-back.git

npm i

npm i -g

Usage

# on server side which has public network 
piggyback serve 

# on client side which has private network
piggyback forward -h localhost -p 8090

Contributing

Pull requests are welcome. For significant changes, please open an issue to discuss what you would like to change.