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 Oct 11, 2024. It is now read-only.
I've done some testing in the browser and doing peer discovery through the DHT works fine for now. It is fairly resource intensive so we might want to switch to something else in the future. (Setting browser nodes to be a DHT client instead of a server helps a lot).
Going to de-prioritize this and remove it from the milestone.
https://gist.github.com/joeykrug/87498d3765814c6adb38d072e3f898c2 it looks like there's a bunch of options for in browser peer discovery that can be used redundantly (pulled this example from a libp2p repo), are these other options being used in case the DHT fails to bootstrap a user (see the peer discovery section in the config)?
@joeykrug thanks for sharing this. We are not currently using webrtc-star or websocket-star. There is no Go implementation of those packages and and they are likely going to be deprecated. We want to focus on using tools and packages that are going to have long-term support.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This will likely involve adding WebAssembly support to the Kademlia DHT implementation or using a separate Peer Exchange protocol.
The text was updated successfully, but these errors were encountered: