Why adb reverse is needed for accessing a local server from Android
If you've ever tried to hit your local Rails server from a physical Android device, you've probably run into this: your phone can't reach localhost:3000. The fix is a simple command, but understand...