-
first, build and start the server
npm run build & npm start
-
open two browser tabs with these url: http://localhost:8080/?auto=300 http://localhost:8080/?auto=200
the auto parameter control the frequency of insertText action automatically sent by client.
-
check dev console and wait for errors.
This is a collaborative rich text editor using Quill and the rich-text OT type.
In this demo, data is not persisted. To persist data, run a Mongo server and initialize ShareDB with the ShareDBMongo database adapter.
npm install
npm run build && npm start