Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 853 Bytes

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.