-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render connected peers in the chat UI #21
Comments
Additionally: On the gossipsub channel, we can gossip connection events i.e. “I’m a rust-peer and I’m connected to a,b,c peers over the [WebRTC/QUIC/etc] protocols” and have a visualization that shows a graph on the browser side who is connected to who over which protocols. Any browser peer would eventually learn this and be able to visualize it since this info would be gossiped frequently (every 2 or 3 secs). The graph can be built as peers join, we can give peers names. |
fixes #21 Co-authored-by: Daniel N <[email protected]>
Background
As a user, I want to know who else is in the chatroom.
We should render a list of all the other peers in the gossipsub channel.
https://github.com/feross/p2p-graph is a cool way to explore rendering the graph visually.
Details
The text was updated successfully, but these errors were encountered: