add y-atproto provider

This commit is contained in:
Kevin Jahns
2026-04-07 16:06:31 +02:00
parent 12ecc79ede
commit 97194448bf

View File

@@ -304,6 +304,13 @@ Encryption (E2EE).
<dd>
An ActionCable companion for Yjs clients. There is a fitting
<a href="https://github.com/y-crdt/yrb-redis">redis extension</a> as well.
</dd>
<dt><a href="https://github.com/uwx/y-atproto">y-atproto</a></dt>
<dd>
A Yjs provider that syncs documents over the
<a href="https://atproto.com/">AT Protocol</a> (the decentralized protocol
behind Bluesky). Documents are stored as ATProto records and real-time updates
are delivered via <a href="https://github.com/bluesky-social/jetstream">Jetstream</a>.
</dd>
<dt><a href="https://github.com/y-crdt/ypy-websocket">ypy-websocket</a></dt>
<dd>