Is it possible to use mDNS lookups in AngularJS applications?
More specifically I'm making an app through the Ionic framework (which run upon AngularJS). And I want it to be able to connect to an embedded device on the network.
For example:
$http.get("mydevice.local", .....);