This is example of application with collaborative access to rich text (text live editing) using Collaborative.js and SimpleMDE editor.
Clone the repository from github.com to your workspace folder:
$ git clone git@github.com:collaborativejs/rich-text-editor-demo.git
Navigate to the repository folder:
$ cd rich-text-editor-demo
Install example dependencies
$ npm install
Run the server
$ npm start
Open http://localhost:3000/ page in your browser.
© Collaborative.js - Collaborative software for any project. This demo released under the Apache 2.0 License.