https://github.com/rocicorp/replicache-yjs
Experiments with YJS
https://github.com/rocicorp/replicache-yjs
Last synced: 10 months ago
JSON representation
Experiments with YJS
- Host: GitHub
- URL: https://github.com/rocicorp/replicache-yjs
- Owner: rocicorp
- License: apache-2.0
- Created: 2022-06-21T08:35:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T22:38:12.000Z (over 1 year ago)
- Last Synced: 2024-12-09T23:30:29.614Z (over 1 year ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# replicache-yjs
The goal of this repo is to show how to use YJS with replicache.
This was forked from replicache-todo
It currently uses codemirror-yjs for the text editor but the goal is for the integration points to only use YJS and not be codemirror specific so that other usages of YJS will work out of the box.
This also supports "awareness". YJS's terminology for presence, cursors and other ephemeral data. The Awareness needs more work.
## To get started
Follow the instructions in the [Replicache Getting Started Guide](https://doc.replicache.dev/).