You may want to show your work to other people which are not currently sitting near you. You can use localtunnel for that purpose. You can install local tunnel by using the following command. Local tunnel is using node.js therefore you also need to install nodejs first if you donot h
npm install -g localtunnel
After that use
lt --port 8000
you will see something like this
your url is: http://gqgh.localtunnel.me
which means that your local application can be accessable now over the internet. be aware that everybody can see your application now.
No comments:
Post a Comment