Skip to content

Commit e74a82b

Browse files
mxindenckousikthomaseizingermarten-seemann
authored
webrtc/: Add libp2p WebRTC browser-to-server spec (#412)
Enable browsers to connect to public server nodes without those server nodes providing a TLS certificate within the browser's trustchain. Co-authored-by: Chinmay Kousik <[email protected]> Co-authored-by: Anton Kaliaev Co-authored-by: Thomas Eizinger <[email protected]> Co-authored-by: Marten Seemann <[email protected]>
1 parent ede944a commit e74a82b

File tree

3 files changed

+492
-1
lines changed

3 files changed

+492
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The protocols described below all use [protocol buffers](https://developers.goog
8989
peer discovery
9090
- [secio][spec_secio] - SECIO, a transport security protocol for libp2p
9191
- [tls][spec_tls] - The libp2p TLS Handshake (TLS 1.3+)
92+
- [webrtc][spec_webrtc] - The libp2p WebRTC transport
9293
- [WebTransport][spec_webtransport] - Using WebTransport in libp2p
9394

9495

@@ -128,4 +129,5 @@ you feel an issue isn't the appropriate place for your topic, please join our
128129
[spec_mdns]: ./discovery/mdns.md
129130
[spec_autonat]: ./autonat/README.md
130131
[spec_dcutr]: ./relay/DCUtR.md
132+
[spec_webrtc]: ./webrtc/README.md
131133
[spec_webtransport]: ./webtransport/README.md

connections/hole-punching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ connections across the various permutations of the two dimensions.
166166
[ipfs-kademlia]: https://docs.ipfs.io/concepts/dht/
167167
[Kademlia]: https://github.com/libp2p/specs/blob/master/kad-dht/README.md
168168
[Gossipsub]: ../pubsub/gossipsub/README.md
169-
[WebRTC]: https://github.com/libp2p/specs/issues/220
169+
[WebRTC]: ../webrtc/README.md
170170
[WebTransport]: https://github.com/libp2p/specs/pull/404

0 commit comments

Comments
 (0)