Matrix-CRDT
Matrix-CRDT copied to clipboard
Use Matrix as a backend for local-first applications with the Matrix-CRDT Yjs provider.
The title describes it all really, but Matrix events have a 65536 byte size limit (with the server-side attributes included), so this currently places an upper bound on the size...
__This PR adds support for _private rooms_ and _end to end encryption_ (e2ee).__ - added private rooms - added support for startClient / olm in tests - cleaned up unit...
Adds the ability to add web RTC options as noted in a todo in the code that is now removed. It also adds the ability to add passwords to the...
Hello, I am trying to install `matrix-crdt` in an existing angular 15 project, and it seems that the build succeeds, somehow, yet when I access the page in the browser,...
Hi, great lib ... is it possible to load the Matrix-CRDT from a cdn? I will need it seldomly, and so dynamic loading would perfectly fit my needs. At the...
I am trying to use Matrix-CRDT to develop a collaboration tool like an online whiteboard. I'm not sure this is a Matrix-CRDT issue or not, but very frequent updates cause...
With https://github.com/matrix-org/matrix-js-sdk/pull/2719 the signature of `authedRequest` has changed. They now do not expect a callback as the first parameter anymore. All other parameters have just moved up by one.