Replies: 3 comments 1 reply
-
|
Thanks! We're working on that |
Beta Was this translation helpful? Give feedback.
-
|
Is there any new developments on this? I was just searching for an alternative for yjs+hocuspocus and this is the only conversation about this that i have found. |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, I've modified the Hocuspocus code to add experimental support for Loro. This was possible because Loro's synchronization protocol is fundamentally similar to that of Yjs. You can find my repository here: https://github.com/ununian/hocuspocus-loro The key changes are in the frontend-loro directory and the LoroProvider.ts file. You can check the diffs of the recent commits for more details. Please note that this is currently just a proof-of-concept (POC) to demonstrate feasibility. It has not been thoroughly tested and is still missing some functionality. However, I believe it's a solid starting point. If there's interest from the community, I'd be happy to continue developing and refining it. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for creating such an amazing CRDT library! Loro's stable data format, excellent performance, and cross-platform support make it truly impressive.
I was wondering if you could provide an example or guide for implementing real-time synchronization with WebSockets? Specifically:
Right now, it’s quite hard to figure out the best practices for implementing these kinds of synchronizations. An example or guide would greatly help developers like me integrate Loro into real-time collaborative applications and showcase its full potential. I hope to see something similar to what Hocuspocus offers, as it provides a great reference for WebSocket-based synchronization.
Thank you again for your amazing work!
Beta Was this translation helpful? Give feedback.
All reactions