From 8fec835338f3ec06c4ffc4ae5b962fd7624726a1 Mon Sep 17 00:00:00 2001 From: Yousef Date: Tue, 18 Jan 2022 18:41:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 80d8ff47..f6a21923 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,10 @@ Also includes a peer-sync mechanism to catch up on missed updates. multifeed. Each client has an append-only log of CRDT local updates (hypercore). Multifeed manages and sync hypercores and y-dat listens to changes and applies them to the Yjs document. + +
Matrix-CRDT
+
+ Use Matrix as an off-the-shelf backend for Yjs by using the MatrixProvider. Use Matrix as transport and storage of Yjs updates, so you can focus building your client app and Matrix can provide powerful features like Authentication, Authorization, Federation, hosting (self-hosting or SaaS) and even End-to-End Encryption (E2EE).