https://github.com/coast-team/mute-structs
MUTE-structs is a Typescript library that provides an implementation of the LogootSplit CRDT algorithm.
https://github.com/coast-team/mute-structs
collaborative-editing crdt data-structures logootsplit p2p real-time replication
Last synced: about 2 months ago
JSON representation
MUTE-structs is a Typescript library that provides an implementation of the LogootSplit CRDT algorithm.
- Host: GitHub
- URL: https://github.com/coast-team/mute-structs
- Owner: coast-team
- License: agpl-3.0
- Created: 2014-05-23T09:09:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T09:54:44.000Z (over 2 years ago)
- Last Synced: 2025-03-06T07:33:45.800Z (2 months ago)
- Topics: collaborative-editing, crdt, data-structures, logootsplit, p2p, real-time, replication
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 17
- Watchers: 10
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MUTE-structs
[](https://travis-ci.org/coast-team/mute-structs)
MUTE-structs is a Typescript library that provides an implementation of the
LogootSplit CRDT algorithm [[André et al., 2013]](#ref-1). 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
## Installation
```
npm install mute-structs
```## See also
* [**mute**](https://github.com/coast-team/mute)
* [**mute-core**](https://github.com/coast-team/mute-core)## 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 .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.