You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see #188 for some historical discussions and motivations for this issue.
A WebRTC transport will enable better connectivity between js-libp2p and go- libp2p peers as the ONLY way to accomplish that right now is through websockets.
WebRTC also has some NAT traversal mechanisms built in (albeit, not as strong as what we can accomplish ourselves with QUIC hole punching)
Please see #188 for some historical discussions and motivations for this issue.
Some design notes on using relays instead of STAR signalling servers can be found at:
libp2p/js-libp2p#385 (comment)