Settings

Theme

Ask HN: How to test a localhost (desktop) from mobile?

3 points by bazookaBen 13 years ago · 7 comments · 1 min read


Any easy way to do this? I don't want to mess with router port forwarding

MattBearman 13 years ago

If 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 you can do it on Android), so it has to be IP based.

pixelcort 13 years ago

If you are using an iOS device and your server is on the same network, you can use Bonjour/ZeroConf to quickly access it. For OS X, you can set the hostname in System Preferences > Sharing. Then just access hostname.local from the iOS device.

bazookaBenOP 13 years ago

SHIM looks pretty promising, and runs on nodeJS https://github.com/marstall/shim

Any non-nodeJS alternatives?

jongold 13 years ago

On the same network? Assuming you're running a server can't you just got to your local IP:port? (or bazookaBen.local:port on a Mac)

bazookaBenOP 13 years ago

also found Drive-In, which runs on Apache+PHP https://github.com/scottjehl/Drive-In

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection