From 72a30b917875f41f9dd85d8d7d740c67cc68ff89 Mon Sep 17 00:00:00 2001 From: himself65 Date: Wed, 9 Nov 2022 13:49:36 -0600 Subject: [PATCH] docs: add y-socket.io to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d057b10f..1cc3f705 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,12 @@ Encryption (E2EE).
Adds persistent storage to a server with MongoDB. Can be used with the y-websocket provider. +
+
y-socket.io
+
+ A module that contains a simple socket.io backend for yjs document syncing. + The backend can be extended to a backend with authentication and persistence. + Also React.js bindings available for client side.