How to
create a Tunnel between Localhost and Internet || View localhost from anywhere
|| Explained
To view localhost from anywhere you will need to download
ngrok from the following link:
After downloading extract the archive file and then run
ngrok. For Connecting localhost to internet type the following command:
ngrok http localhost or ngrok http 127.0.0.1
Then it will Create a tunnel between localhost and internet
and gives you a two link one with http and another with https. Then through
this link you can view localhost from anywhere.
Comments
Post a Comment