libp2p/js-libp2p-examples

Add WebRTC private to public example

Aberta

#204 aberto em 18 de fev. de 2025

 (3 comentários) (3 reações) (0 responsável) (63 forks)auto 404
good first issuehelp wanted

Métricas do repositório

Stars
 (106 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

We have an example for WebRTC private to private (e.g. two browser peers behind NATs) where we use a Circuit Relay server to exchange SDP messages to establish a direct connection between the two nodes.

As of @libp2p/webrtc@5.1.0 support has landed for WebRTC-Direct listeners in Node.js, so it would be great to add a private to public example where a Node.js listener is created and a browser dials it without needing a relay.

Guia do colaborador