arj03 / ssb-browser-core

ssb-server in a browser
Other
50 stars 8 forks source link

Allow for direct connection on local network via WebRTC #18

Open KyleMaas opened 3 years ago

KyleMaas commented 3 years ago

Hyperswarm-Web is great, but it still requires contacting DHT servers. But it looks like most recent browser versions now support mDNS for WebRTC connections, which means we should theoretically be able to do browser-to-browser communications on the local network without an external signalling server.

arj03 commented 3 years ago

That would be super sweet!