All Projects → coast-team → mute-structs

coast-team / mute-structs

Licence: AGPL-3.0 License
MUTE-structs is a Typescript library that provides an implementation of the LogootSplit CRDT algorithm.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to mute-structs

Cause
An EDN-like CRDT (Causal Tree) for Clojure & ClojureScript that automatically tracks history and resolves conflicts.
Stars: ✭ 68 (+385.71%)
Mutual labels:  p2p, crdt, collaborative-editing
Yjs
Shared data types for building collaborative software
Stars: ✭ 5,894 (+42000%)
Mutual labels:  p2p, crdt, collaborative-editing
Y Ipfs Connector
Y.js connector over IPFS
Stars: ✭ 49 (+250%)
Mutual labels:  p2p, crdt
Crdts
A library of Conflict-Free Replicated Data Types for JavaScript
Stars: ✭ 143 (+921.43%)
Mutual labels:  p2p, crdt
Cabal Core
Core database and replication for cabal.
Stars: ✭ 258 (+1742.86%)
Mutual labels:  replication, p2p
Peer Pad
📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
Stars: ✭ 564 (+3928.57%)
Mutual labels:  p2p, crdt
Orbit Db
Peer-to-Peer Databases for the Decentralized Web
Stars: ✭ 6,381 (+45478.57%)
Mutual labels:  p2p, crdt
Redwood
A highly-configurable, distributed, realtime database that manages a state tree shared among many peers.
Stars: ✭ 218 (+1457.14%)
Mutual labels:  p2p, crdt
hyperhyperspace-core
A library to create p2p applications, using the browser as a full peer.
Stars: ✭ 112 (+700%)
Mutual labels:  p2p, crdt
ldb
Replication of CRDTs
Stars: ✭ 37 (+164.29%)
Mutual labels:  replication, crdt
Spimedb
EXPLORE & EDIT REALITY
Stars: ✭ 14 (+0%)
Mutual labels:  real-time, p2p
slate-operational-transform
Slate Operational Transform Demo (used in production at Narration Box)
Stars: ✭ 34 (+142.86%)
Mutual labels:  crdt, collaborative-editing
Berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
Stars: ✭ 5,101 (+36335.71%)
Mutual labels:  p2p, crdt
Ipfs Log
Append-only log CRDT on IPFS
Stars: ✭ 269 (+1821.43%)
Mutual labels:  p2p, crdt
MySqlCdc
MySQL/MariaDB binlog replication client for .NET
Stars: ✭ 71 (+407.14%)
Mutual labels:  real-time, replication
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+108271.43%)
Mutual labels:  p2p, crdt
Crdt Playground
Stars: ✭ 215 (+1435.71%)
Mutual labels:  crdt, collaborative-editing
Slate Collaborative
slatejs collaborative plugin & microservice https://slate-collaborative.herokuapp.com/
Stars: ✭ 236 (+1585.71%)
Mutual labels:  crdt, collaborative-editing
Ron Cxx
RON2.1 C++ implementation
Stars: ✭ 33 (+135.71%)
Mutual labels:  replication, crdt
rdoc
Conflict-free replicated JSON implementation in native Go
Stars: ✭ 76 (+442.86%)
Mutual labels:  p2p, crdt

MUTE-structs

Build Status

MUTE-structs is a Typescript library that provides an implementation of the LogootSplit CRDT algorithm [André et al., 2013]. It is an optimistic replication algorithm that ensures eventual consistency on replicated text sequences. It is used in a real-time collaborative text editor based on CRDT named MUTE.

References

[André et al., 2013] Luc André, Stéphane Martin, Gérald Oster et Claudia-Lavinia Ignat. Supporting Adaptable Granularity of Changes for Massive-scale Collaborative Editing. In Proceedings of the international conference on collaborative computing: networking, applications and worksharing - CollaborateCom 2013. IEEE Computer Society, Austin, Texas, USA, october 2013, pages 50–59. doi: 10.4108/icst.collaboratecom.2013.254123. url: https://hal.inria.fr/hal-00903813/.

Installation

npm install mute-structs

See also

License

MUTE-structs is licensed under the GNU Affero General Public License 3.

Copyright (C) 2017 Matthieu Nicolas, Victorien Elvinger

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

The documentation, tutorial and source code are intended as a community resource and you can basically use, copy and improve them however you want. Included works are subject to their respective licenses.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].