chore: update webrtc implementation links (#527)

This commit is contained in:
Prithvi Shahi
2023-03-01 16:41:56 -08:00
committed by GitHub
parent 4df161dd9a
commit d4b5fb0152

View File

@@ -367,9 +367,9 @@ accept streams before completion of the handshake.
- Completed implementations of this specification:
- <https://github.com/libp2p/rust-libp2p/pull/2622>
- <https://github.com/libp2p/js-libp2p-webrtc>
- Work in progress implementations of this specification:
- <https://github.com/little-bear-labs/js-libp2p-webrtc/pull/4>
- <https://github.com/libp2p/go-libp2p/pull/1655>
- <https://github.com/libp2p/go-libp2p/pull/1999>
- Past related work:
- Proof of concept for the server side (native) and the client side (Rust in
WASM): <https://github.com/wngr/libp2p-webrtc>