secsync
secsync copied to clipboard
Architecture for end-to-end encrypted CRDTs
I'm attempting to experiment with SecSync in a React application and have completed the initial setup for Yjs and TipTap using useYjsSync as per the guidelines outlined in [here](https://www.secsync.com/docs/getting-started). I...
While writing in the editor the Websocket machine got into a final state and didn't receive any message anymore
- [x] Logo - [ ] Update Threat Model (based on lots of cases being ignored & new ephemeral message session esta - [x] Increase number when a snapshot should...
- Fix websocketHost to be websocketOrigin or possibly websocketEndpoint? - Improve `prepareAndSendEphemeralMessage` to also work in delta mode (meaning no snapshot might be received) Yjs hook - [x] check valid...
- Inform about document errors - Connection state - Inform about upload sync state e.g. if snapshots and updates can't be synced since a while
The hooks collect changes and submit them together as one update. Especially if there is no active ephemeral session by another user. Why not built it into the core: The...
To make sure a backend complies to the requirements a test suite could be created that could be run against the backend implementation. This way people building their own backend...