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>
Comments
Post a Comment