Posts

Showing posts from January, 2021

How to access localhost from anywhere on Internet

Image
  To access localhost from anywhere on Internet we will use ngrok. ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. Ngrok is used for Temporarily sharing a website that is only running on your development machine   How to download use ngrok? Follow these steps to download and use ngrok. 1.Go to https://ngrok.com/ Click on sigup link.   Enter your name, email and password to complete the registration process. After successful registration you can see ngrok dashboard like below. Continue Reading.... Learn Python