Skip to content

Commit

Permalink
feat(webrtc): add WebRTC (prev. browser-to-browser) spec (#497)
Browse files Browse the repository at this point in the history
Introduces the webrtc protocol - a libp2p transport protocol enabling two
private nodes (e.g. two browsers) to establish a direct connection.
  • Loading branch information
mxinden authored Apr 12, 2023
1 parent 6634ca7 commit f8f32f7
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 322 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ see [#465](https://github.com/libp2p/specs/issues/465).
- [secio][spec_secio] - SECIO, a transport security protocol for libp2p
- [tls][spec_tls] - The libp2p TLS Handshake (TLS 1.3+)
- [quic][spec_quic] - The libp2p QUIC Handshake
- [webrtc][spec_webrtc] - The libp2p WebRTC transport
- [webrtc][spec_webrtc] - The libp2p WebRTC transports
- [WebTransport][spec_webtransport] - Using WebTransport in libp2p


Expand Down
Loading

0 comments on commit f8f32f7

Please sign in to comment.