Ask HN: How to test a localhost (desktop) from mobile?
1–8 of 8 posts
Re: Ask HN: How to test a localhost (desktop) from mobile?
#2Any non-nodeJS alternatives?
Re: Ask HN: How to test a localhost (desktop) from mobile?
#3Re: Ask HN: How to test a localhost (desktop) from mobile?
#4Re: Ask HN: How to test a localhost (desktop) from mobile?
#5Re: Ask HN: How to test a localhost (desktop) from mobile?
#6I recently tried exactly this. Running MAMP on my MacBook pro, went to 192.168.0.5 (my MacBook's IP address) on my iPhone while connected to the same wifi as the MacBook and there was the MAMP localhost page.
The only problem is (as far as I know) there's no way to edit /etc/hosts on an iPhone (although I imagine you can do it on Android), so it has to be IP based.
Re: Ask HN: How to test a localhost (desktop) from mobile?
#7If you're on the same lan it's as simple as going to the IP address of the local server on your phone. I recently tried exactly this. Running MAMP on my MacBook pro, went to 192.168.0.5 (my MacBook's IP address) on my iPhone while connected to the same wifi as the MacBook and there was the MAMP localhost page. The only problem is (as far as I know) there's no way to edit /etc/hosts on an iPhone (although I imagine yo…