March 24, 2017

How to expose a port to the internet

I recently discovered localtunnel which is a slick little tool to expose a port to the internet.
https://localtunnel.github.io/www/

To Setup:

  • brew install npm
  • npm install -g localtunnel
  • lt --port 8080


No comments: