prevwong / reka.js

💎 State management system to build any no-code editor
https://reka.js.org/
MIT License
646 stars 48 forks source link

Experiment with Liveblocks as an alternative CRDT #126

Open prevwong opened 10 months ago

prevwong commented 10 months ago

Liveblocks provide a complete realtime CRDT-based multiplayer solution; which may be an easier alternative for developers who don't want to set up WebRTC/Websocket themselves and use a hosted solution instead.

Probably better to continue supporting the current Y.js solution but potentially supporting Liveblocks integration via an alternate collaboration package.