libp2p-webrtc
libp2p-webrtc copied to clipboard
WebRTC transport for libp2p (native and wasm)
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...