Expose "local" web server to internet with ngrok
I had a “local” web server that I wanted to share and collaborate with my friends. I was looking for ways to do so without the need to deploy it to the cloud. I came across ngrok reverse proxy and it is exactly what I was looking for. While the concept is nothing new (used by a few other products), ngrok makes the solution general purpose, and simple to set up, configure, and run it. ...