phonegap / connect-phonegap

Stream a PhoneGap app to any device.
Apache License 2.0
61 stars 60 forks source link

Auto discovering phonegap serve - features #140

Open gabrielstuff opened 9 years ago

gabrielstuff commented 9 years ago

Using mdns or other module it could be easy to implement bonjour / zero-conf auto discovering and allow autoconnecting to server apps.

mwbrooks commented 9 years ago

I want this so bad!

Related to: phonegap/phonegap-app-developer#97

gabrielstuff commented 9 years ago

Indeed. We've been using https://github.com/agnat/node_mdns but some issue occurs with multiple services per ip appearing. We manage to filter them on client side. The good part is that the bonjour plugin works perfectly fine on iOS ! https://github.com/vstirbu/ZeroConf It could be pretty fast to implement, but the method + design has to be well thought.

Btw what's the place to submit design proposal if so ?

Thanks