UNPKG

logoots-structs

Version:

Provides several data structures to represent a text using a ropes-like structure and manipulating it

10 lines (9 loc) 309 B
**logoots-structs** is a NodeJS module. It provides some data structures useful for implementing a *collaborative text edition algorithm* based on CRDT. # Installation ``` npm install logoots-structs ``` # See also * **logoots-texteditor-server** * **logoots-texteditor-client** * **demo-logoots-texteditor**