webtunnel

0.0.14 • Public • Published

WebTunnel - easy tunneling HTTP traffic

With WebTunnel (a console app) you can easily tunnel HTTP traffic through another port on the same machine. This is particularly handy when you're using IISExpress on a virtual-machine and you'd like to view the site on your host-machine.

You can use this app the following way:

webtunnel local_host:local_port webaddress

If I want to tunnel the traffic from localhost port 5000 to port 80 on the same machine I could do:

webtunnel localhost:5000 localhost:80

More settings, information, documentation and stuff will be added soon!

Readme

Keywords

Package Sidebar

Install

npm i webtunnel

Weekly Downloads

2

Version

0.0.14

License

ISC

Last publish

Collaborators

  • dmeijboom