From 507edccdf8554e0e50de6c2d3e6870a40769ec8a Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Fri, 10 Dec 2021 15:29:49 -0800 Subject: [PATCH] Add a new provider, y-libp2p --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c030c5a0..9c1c751f 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,10 @@ leveldb database. Efficiently persists document updates to the browsers indexeddb database. The document is immediately available and only diffs need to be synced through the network provider. + +
y-libp2p
+
+Uses libp2p to propagate updates via GossipSub. Also includes a peer-sync mechanism to catch up on missed updates.
y-dat