top | item 34109609

(no title)

clemensley | 3 years ago

I agree, this is super cool but it's not 100% peer to peer as WebRTC requires a central server to establish the connection as far as I know.

discuss

order

palata|3 years ago

It does not require a central server, signaling is left as an implementation detail. Implement a p2p signaling system, and that will be p2p.

koolala|3 years ago

Is LAN P2P? If yes, WebRTC is 100% P2P over LAN is it not?

lucb1e|3 years ago

I still think the clients need a coordination server to discover each other (won't use multicast/broadcast traffic). You could probably make a browser that does this, but if they already do then I am not aware of it.