Skip to content

velotiotech/collab-edit-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative editor using Quill and Yjs

This was built as an experimental project, to test the waters for building collaborative systems. Here we've used off-the-shelf tools like quilljs and Yjs to build a collaborative editor.

How to run?

  1. Clone the repo
  2. Install the dependencies using npm i
  3. Run the server using npm start
  4. In another shell, run the front-end using npm run fe:serve
  5. Open your favorite browser and go to localhost:8080

To test out collaboration, open the page in a different tab or browser, or you could just access it via other devices on your LAN.

Blog:

For additional information on hows and whys of this short project, feel free to checkout the related blog post: https://www.velotio.com/engineering-blog/build-collaborative-editor-using-quill-and-yjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • HTML 7.4%
  • CSS 7.0%