Allow users to init and use collaborative textarea, using CRDT algorithms and broadcasting operations using websockets
published version 0.0.6, 11 years agoProvides several data structures to represent a text in a ropes-like structure and manipulating it
published version 0.0.3, 11 years agoServer-side application creating a data-structure representing a text and initializing a network to allow clients to edit the text and broadcast theirs changes in real-time
published version 0.0.2, 11 years ago# Installation ** In your client-side js folder** ``` npm install logoots-texteditor-client ``` If you don't have already install **browserify** ``` npm install -g browserify ``` Then: ``` grunt ```
published version 0.0.6, 11 years agoServer-side application creating a data-structure representing a text and initializing a network to allow clients to edit the text and broadcast theirs changes in real-time
published version 0.0.10, 11 years agoHelper providing several function manipulating strings or arrays
published version 0.0.6, 11 years agoProvides several data structures to represent a text using a ropes-like structure and manipulating it
published version 0.0.7, 11 years agoThis library can be use in order to transform any textarea on your website into a real-time collaborative text editor. Modules can also be develop in order to set another network architecture or use another text editor.
published version 0.1.1, 11 years ago