nimiq / core-rs-albatross

Rust implementation of the Albatross protocol
https://nimiq.com
Other
165 stars 67 forks source link

Browser-to-browser p2p connections #2187

Open sisou opened 9 months ago

sisou commented 9 months ago

Is it planned to add browser-to-browser connectivity? The Nimiq 1.x PoW client has this feature and can connect to other browsers via WebRTC.

Eligioo commented 2 weeks ago

Through Circuit Relays as an intermediate step, it would allow browsers to establish a direct connection with another browser. However rust-libp2p is missing the implementation as of today.

Spec: https://github.com/libp2p/specs/blob/master/webrtc/webrtc.md Open tracking issue: https://github.com/libp2p/rust-libp2p/issues/4389

hrxi commented 2 weeks ago

Permalink: https://github.com/libp2p/specs/blob/b63cdeb93d6397800c64093aa14d6228b8e6b690/webrtc/webrtc.md.