[kwlug-disc] Use ngrok to share your local service to Internet

Raymond Chen raymondchen625 at gmail.com
Mon Dec 31 08:53:11 EST 2018


Before I discovered ngrok <https://ngrok.com/>, if I wanted to share a
temporary web service running on my localhost:8080 to somebody across the
Internet, I would use my Raspberry Pi or a  Google cloud VM, with SSH
tunnel to redirect the traffic to my local service. If I need HTTPS, I
would have to generate the cert and key with openssl and set them up with
http-server which is a node.js model. And the cert is self-signed, of
course.
But with ngrok, it's just one command, you will have dynamic endpoints both
on http and https. No more self-signed cert warning, no more time-consuming
tunnel creation. I believe it's still a tunnel under the hood, only ngrok
does all the heavy lifting for you.
Check it out if you're not already using it.

Raymond
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20181231/ab65070e/attachment.htm>


More information about the kwlug-disc mailing list