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
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
You can use this module to do DHT routing. However, an important thing to note is that if you are connected to a large network, the DHT queries will be slow because you potentially have to perform a signaling handshake with a large number of peers. Smaller DHTs won't have this problem, as you'll be able to find the target peers/content more quickly.
I'm not overly familiar with https://github.com/daviddias/webrtc-explorer, but it looks like in addition to signaling it also maintains a mesh overlay (finger table). This transport does not do this, as that feature would make more sense as a service on top of libp2p, so that other transport types could potentially participate in the mesh.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi everyone! how are you?
I've been playing with this module and start having some questions, I hope you can help me.
Basically what I want to do is connect WebRTC peers by a content (topic)
Thanks, and if you think that these questions need to go to another place please tell me and I will close the issue.
The text was updated successfully, but these errors were encountered: