Categories
Programming Technology

Expose you localhost to the web

ngrok.com

Ngrok pronounced “en-grok” is the best way to expose you localhost server to the web true a free secured DNS. If you want to test an application ngrok.com will provide you a domain name pointing to you computer in less than 10 secondes.

1# Download here 

[shell]<a href="https://ngrok.com/download">https://ngrok.com/download </a> [/shell]

2# Step 2: Unzip it

[shell] $ unzip /path/to/ngrok.zip [/shell]

3#Run it !

[shell] $ ./ngrok http 80 [/shell]

Of course you need to run a local server such as MAMP or WAMP (Apache/Mysql) or Easyphp or IIS for Windows applications.

By gharib larbi

I am an electrical engineer who loves programming. I like drawing and think and imagine my next video about cooking or how to fix my laptop or my cell. I gave myself a goal to fly a plane. I still have a lot of ideas to come.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.