Extend your adb connection to wherever you want.
$ npm install -g bridge-tool
Run bridge
with flag -s
.
$ bridge -s
$ PORT=1234 bridge -s
Now your bridge client
& bridge app
can connect to this server.
Just type bridge
with server url will run bridge client
.
$ bridge -u <url>
Usage: bridge [options]
Options:
-h, --help output usage information
-V, --version output the version number
-s, --server run server mode
-u, --url <url> specify server url to connect (client mode only)
-p, --port <port> specify port number to listen (client mode only)
-a, --adbport <port> specify adb server port number to connect (client mode only)
No server? you can deploy the server to heroku. Just hit the button
. 💄
MIT