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 <chinmaykousik1@gmail.com>
Co-authored-by:  Anton Kaliaev
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
This commit is contained in:
Max Inden
2022-11-09 11:10:40 +00:00
committed by GitHub
parent ede944a96f
commit e74a82bba0
3 changed files with 492 additions and 1 deletions

View File

@@ -166,5 +166,5 @@ connections across the various permutations of the two dimensions.
[ipfs-kademlia]: https://docs.ipfs.io/concepts/dht/
[Kademlia]: https://github.com/libp2p/specs/blob/master/kad-dht/README.md
[Gossipsub]: ../pubsub/gossipsub/README.md
[WebRTC]: https://github.com/libp2p/specs/issues/220
[WebRTC]: ../webrtc/README.md
[WebTransport]: https://github.com/libp2p/specs/pull/404