Networking Topology #4671
Replies: 4 comments 5 replies
-
How coupled are the storage partition problem and the p2p networking problem in practice ? Also have you collected a list of the webrtc problems you've ran into? |
Beta Was this translation helpful? Give feedback.
-
Spotted this meta issue which answers a lot of my questions wrt network performance #3802 |
Beta Was this translation helpful? Give feedback.
-
Something to add to a list of considerations would be the webrtc transport layer of libp2p. All their examples didn't seem to make it in a recent refactor, but I've tried this a few months ago and it was working well in the lab https://github.com/libp2p/js-libp2p/tree/c6db2104dbe4257e14e66cda75bd8daf6a27f3c5/examples/libp2p-in-the-browser/webrtc/browser-to-browser |
Beta Was this translation helpful? Give feedback.
-
This is prior art on a hub (node) and spoke (client) approach https://p2panda.org/learn/networks |
Beta Was this translation helpful? Give feedback.
-
Problem
P2P networking is difficult, particularly in the browser where the only option is WebRTC, which isn't always reliable.
Notes
The following are my own notes which resulted from discussions we've had around both these issues:
Edit: forking discussion around vault architecture to https://github.com/orgs/dxos/discussions/4685
Beta Was this translation helpful? Give feedback.
All reactions