Skip to main content

Server

Using VPN during MDNS server development
·2 mins
Vpn Fullstack Tips Server
Are you using a VPN on your mobile device? Do you need to disable that to access your development web server over MDNS on your mobile device?
Android emulator access to local server
·3 mins
Android Adb Emulator Localhost Server
How can you connect your app on an Android emulator to a development server running on the localhost of your computer? The problem # Since Android emulators create their own virtual network, they cannot access devices on your local network.