Piggy Back Tunnel is a reverse TCP tunnel over WebSocket to host local sites in the cloud
- Make available your local development sites in the cloud.
- Test webhook calls to local sites.
git clone [email protected]:nishanb/piggy-back.git
npm i
npm i -g
# on server side which has public network
piggyback serve
# on client side which has private network
piggyback forward -h localhost -p 8090
Pull requests are welcome. For significant changes, please open an issue to discuss what you would like to change.