add reference to y-redis

This commit is contained in:
Kevin Jahns 2024-03-15 01:42:07 +01:00
parent 6e674ff5f7
commit 2062f52a90

View File

@ -145,9 +145,9 @@ collaborative app.
<dt><a href="https://github.com/yjs/y-websocket">y-websocket</a></dt> <dt><a href="https://github.com/yjs/y-websocket">y-websocket</a></dt>
<dd> <dd>
A module that contains a simple websocket backend and a websocket client that A module that contains a simple websocket backend and a websocket client that
connects to that backend. The backend can be extended to persist updates in a connects to that backend. <a href="https://github.com/yjs/y-redis/"><b>y-redis</b></a>,
leveldb database. <b>y-sweet</b> and <b>ypy-websocket</b> (see below) are <b>y-sweet</b>, and <b>ypy-websocket</b> (see below) are alternative
compatible to the y-wesocket protocol. backends to y-websocket.
</dd> </dd>
<dt><a href="https://github.com/yjs/y-webrtc">y-webrtc</a></dt> <dt><a href="https://github.com/yjs/y-webrtc">y-webrtc</a></dt>
<dd> <dd>