Merge pull request #360 from MarcoPolo/patch-1

Add a new provider, y-libp2p
This commit is contained in:
Kevin Jahns
2021-12-12 21:37:25 +01:00
committed by GitHub

View File

@@ -128,6 +128,10 @@ leveldb database.
Efficiently persists document updates to the browsers indexeddb database. Efficiently persists document updates to the browsers indexeddb database.
The document is immediately available and only diffs need to be synced through the The document is immediately available and only diffs need to be synced through the
network provider. network provider.
</dd>
<dt><a href="https://github.com/marcopolo/y-libp2p">y-libp2p</a></dt>
<dd>
Uses <a href="https://libp2p.io/">libp2p</a> to propagate updates via <a href="https://github.com/libp2p/specs/tree/master/pubsub/gossipsub">GossipSub</a>. Also includes a peer-sync mechanism to catch up on missed updates.
</dd> </dd>
<dt><a href="https://github.com/yjs/y-dat">y-dat</a></dt> <dt><a href="https://github.com/yjs/y-dat">y-dat</a></dt>
<dd> <dd>