7 ms·
I am currently using yjs. What would be the equivalent way as described here [0] for yjs to sync docs in Automerge? I don't need any WebSockets or real time stu
by renke1 4y ago
I am currently using yjs. What would be the equivalent way as described here [0] for yjs to sync docs in Automerge? I don't need any WebSockets or real time stuff. It always seemed so complicated in Automerge compared to yjs. I just want to roll my own simple sync mechanism via HTTP.
[0]: https://docs.yjs.dev/api/document-updates#syncing-clients https://docs.yjs.dev/api/document-updates#syncing-clients
- OJFord 4y agoLooks pretty much the same with different words? https://automerge.org/docs/cookbook/real-time/#changes-interface https://automerge.org/docs/cookbook/real-time/#changes-inter...