Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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