libp2p / js-libp2p-mdns

libp2p MulticastDNS Peer Discovery
https://libp2p.io
Other
52 stars 17 forks source link

W3C Spec for Network Service Discovery in browsers #5

Open daviddias opened 8 years ago

daviddias commented 8 years ago

Found: http://www.w3.org/TR/discovery-api/

This means mdns discovery from browser nodes! :) This can be an elegant way for a browser app to know if there are other IPFS nodes in the machine (native, in an extension or in another tab) or if it should bootstrap one itself!

jbenet commented 8 years ago

Nice find!

arpu commented 8 years ago

does this work in any browser right now?

rebers commented 7 years ago

Unfortunately discontinued. Any idea if there is any alternative?

daviddias commented 7 years ago

I feel a way to go is to develop MDNS through an Browser extension, showcase how it is useful and bring the spec back to life.

mkg20001 commented 6 years ago

There is also flyweb: https://flyweb.github.io/ But I think it's discontinued too

ghost commented 6 years ago

There is also flyweb: https://flyweb.github.io/ But I think it's discontinued too

Word from its developers is that it's very much not discontinued, it's just that their resources had to be comitted to Quantum work. They want to get back to it.