crdt_socket_sync 0.1.0
crdt_socket_sync: ^0.1.0 copied to clipboard
Conflict-free replicated data type (CRDT) - Socket sync implementation provided in dart
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add crdt_socket_sync
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
crdt_socket_sync: ^0.1.0
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:crdt_socket_sync/client.dart';
import 'package:crdt_socket_sync/server.dart';
import 'package:crdt_socket_sync/web_socket_client.dart';
import 'package:crdt_socket_sync/web_socket_server.dart';