Add a new provider, y-libp2p

This commit is contained in:
Marco Munizaga
2021-12-10 15:29:49 -08:00
committed by GitHub
parent 9914f48a52
commit 507edccdf8

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>