/quill-ws

Online collaborative document editing using quill and nodejs

Primary LanguageJavaScript

Quill Websockets

Quill Websockets is a WIP web app that allows any number of users to compose a rich text document online with other people.

This uses Quilljs Editor and the goal is to have a similar experience as Google Docs. A chat is provided to allow users to talk while they edit their document.

Running

git clone https://github.com/vgmoose/quill-ws.git
cd quill-ws
npm install
npm run build
node server.js