It seems the feature here is server-less discovery (mdns). Because otherwise intranet communication between apps is already possible via WebRTC.
Along that track, it would be nice to see native DHT support in the browser, for global server-less discovery.
Unfortunately, just using WebRTC is not a great fit for a DHT, because of connection costs. Also it makes more sense to have DHT persist between app sessions.
Along that track, it would be nice to see native DHT support in the browser, for global server-less discovery.
Unfortunately, just using WebRTC is not a great fit for a DHT, because of connection costs. Also it makes more sense to have DHT persist between app sessions.