Access Localhost server from internet

Access Localhost from internet :

we can access our localhost from internet for a while we can share data anywhere and access localhost contents from internet.

How to access it ?

for access localhost from internet first start the localhost server.
I am using MyServer tool to start localhost server.
  • myserver -s localhost 8080 /sdcard/www


For access it from internet use MyServer tool and type following commands :
  • myserver -h <domain_name> <localhost_port> <port>
For Example :
  • myserver -h demo 8080 80

It will provide a link for your localhost server like https://demo.localhost.run


Comments