# SyncedStore CRDT - React/Vue용 실시간 협동 지원 라이브러리

> Clean Markdown view of GeekNews topic #5518. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5518](https://news.hada.io/topic?id=5518)
- GeekNews Markdown: [https://news.hada.io/topic/5518.md](https://news.hada.io/topic/5518.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-12-09T14:08:11+09:00
- Updated: 2021-12-09T14:08:11+09:00
- Original source: [github.com](https://github.com/yousefed/SyncedStore)
- Points: 11
- Comments: 0

## Topic Body

- Yjs CRDT 라이브러리 기반

- 멀티 사용자 및 멀티 기기용 분산 협업 어플리케이션 개발 지원

- 동작들은 로컬에서 처리되고, 백그라운드에서 자동으로 싱크하여 빠름

- 오프라인 작업 지원

- 다양한 Sync 프로바이더 : WebRTC, IndexDB(오프라인), WebSocket

- 쉬운 API

store.todos.push({ completed: false, title: "Get groceries" });

store.todos[0].completed = true;

## Comments



_No public comments on this page._
