libp2p-webrtc icon indicating copy to clipboard operation
libp2p-webrtc copied to clipboard

WebRTC transport for libp2p (native and wasm)

Results 3 libp2p-webrtc issues
Sort by recently updated
recently updated
newest added

How to build it in apple silicon mac?

`async-tungstenite = { version = "0.17.1", features = ["tokio", "tokio-native-tls"] }` leaks into WASM builds. Eventually it tries to compile native TCP sockets where it fails.

Hi, firstly, congratulations for making working implementation of the webrtc for libp2p! I was interested in your implementation of the signalling server and I noticed that it doesn't cover exchanging...