crdt_socket_sync 0.1.0 copy "crdt_socket_sync: ^0.1.0" to clipboard
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';
1
likes
0
points
20
downloads

Publisher

verified publishermattiapispisa.it

Weekly Downloads

Conflict-free replicated data type (CRDT) - Socket sync implementation provided in dart

Homepage
Repository (GitHub)
View/report issues

Topics

#crdt #socket #sync #fugue #hlc

License

unknown (license)

Dependencies

crdt_lf, hlc_dart, web_socket_channel

More

Packages that depend on crdt_socket_sync