tiptap-collab-server
A socket.io server for tiptap collaboration module. Handles multi-documents, users's cursors, and hooks for programmers.
A full tutorial for setting this up is available in this article on Naept's blog or on Medium
Installation
npm install tiptap-collab-server
Basic Setup
port: 6002 namespaceFilter: /^\/[a-zA-Z0-9_/-]+$/ lockDelay: 1000 lockRetries: 10 ;
Tests
npm run test
Tests need node v12.x or higher.
Contributions are welcome.
Contributing
Builds library for publication
npm run test
Compiles and starts example app for development
npm run serve-example
Issues and pull-requests are welcome and will be considered.