watson / bonjour

A Bonjour/Zeroconf protocol implementation in JavaScript
MIT License
627 stars 146 forks source link

Do this pkg works on a web browser with browserify? #196 #33

Open blanchma opened 7 years ago

blanchma commented 7 years ago

I want to publish/discover services from a browser (bonjour services) running on mobile apps. Should this pkg support running in a web browser?

hackergrrl commented 7 years ago

This won't work in the browser. It relies on multicast-dns to function, which relies on being able to send and receive UDP datagrams -- something the browser cannot (yet!) do.

rv0 commented 7 years ago

Too bad. Might want to mention this on the frontpage.