Viewing localhost website from mobile device

后端 未结 11 1738
南方客
南方客 2020-11-27 11:23

I have an ASP.Net website hosted on my Win8\'s localhost, the site seems to be running as expected on the desktop, but now i also want to test t

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-27 12:01

    Try this https://ngrok.com/docs#expose

    Just run ngrok 3000 , 3000 is the port number you want to expose to the internet. You can insert the port number which you want to expose, for rails its 3000. This will tunnel your localhost to the internet and you will be able to view your local host from anywhere

提交回复
热议问题