Skip to content

nishanb/piggy-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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

cd server && npm i

cd client && npm i

Usage

# on server side which has public network 
cd server 
node server.js

# on client side which has private network , make required config in client.js before running 
cd client 
node client.js

Contributing

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