- Joined
- Jul 27, 2016
- Messages
- 184
- Points
- 18
Did you guys use ngrok.com for web development? I was recommended to this tool but I don't know how to use it and how to bring my web project from localhost to online through this tool?
I have same question, although I visited their website but I don't know how it workswhat is ngrok ? Can some one explain me . i heard this word first time and i have no knowledge about this .
If right, this is more give more benefit for web developers who want to show their works to their clients when they don't use a domainExpose a local web server to the internet
ngrok allows you to expose a web server running on your local machine to the internet. Just tell ngrok what port your web server is listening on.
If you don't know what port your web server is listening on, it's probably port 80, the default for HTTP.
Example: Expose a web server on port 80 of your local machine to the internet
...