Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juancastillo0/y_crdt_dart
y.js (https://github.com/yjs/yjs) Dart port, a CRDT implementation. CRDTs allow for local, offline editing and synchronization of shared data.
https://github.com/juancastillo0/y_crdt_dart
crdt local-first offline-first
Last synced: 25 days ago
JSON representation
y.js (https://github.com/yjs/yjs) Dart port, a CRDT implementation. CRDTs allow for local, offline editing and synchronization of shared data.
- Host: GitHub
- URL: https://github.com/juancastillo0/y_crdt_dart
- Owner: juancastillo0
- License: other
- Created: 2020-12-25T23:14:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T17:18:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T08:49:36.572Z (about 1 month ago)
- Topics: crdt, local-first, offline-first
- Language: Dart
- Homepage:
- Size: 892 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A library for Dart developers.
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).yjs v13.4.6
commit: fdf206394322db0a48e3299f8c7353451362f475## Usage
A simple usage example:
```dart
import 'package:y_crdt/y_crdt.dart';main() {
var awesome = new Awesome();
}
```## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: http://example.com/issues/replaceme