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
I checked some libp2p documents and want to implement an example where a node on the browser side discovers nodes in other browsers. The browser node discovers other browser nodes through a node.js bootstrap node. I used 'kad-dht', but it seems that the browser can only receive the 'peer:discovery' event of the bootstrap node. What I want to ask is: Is my configuration incorrect, or do I need another method to achieve this? The following is my configuration code: server config:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I checked some libp2p documents and want to implement an example where a node on the browser side discovers nodes in other browsers. The browser node discovers other browser nodes through a node.js bootstrap node. I used 'kad-dht', but it seems that the browser can only receive the 'peer:discovery' event of the bootstrap node. What I want to ask is: Is my configuration incorrect, or do I need another method to achieve this? The following is my configuration code:
server config:
node config:
Beta Was this translation helpful? Give feedback.
All reactions