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
This is part of the endeavor to replace ws-star with the newly created
stardust protocol. See libp2p/js-libp2p-websocket-star#70 for a
reference
Note: This PR depends on this pr to be merged and the package being
updated first: multiformats/js-multiaddr#78
Copy file name to clipboardexpand all lines: src/index.js
+7
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,12 @@ const Reliable = or(
77
77
UTP
78
78
)
79
79
80
+
// Unlike ws-star, stardust can run over any transport thus removing the requirement for websockets (but don't even think about running a stardust server over webrtc-star ;) )
0 commit comments