Free Http Tunnel for your localhost app

Get your localhost app online in an instant, no api keys or login required.

INSTALL: 

curl -O https://ports.live/install.py && python3 install.py

# Note:  restart your shell after install to make sure it's added to local path.
RUN:


Other Examples with arguments:
liveports https 3000  # if your local server is running https
liveports http 3000  --noproxy  # no parsing for logs, more performance
liveports --target="https://localhost:3000" --source="example.com"

Appreciate your feedback

For those curious devs, get the source code & support for a small contribution.