I used Vue 3 as the front-end and Django as the back-end to develop the Tiptap editor. Now I want to create a collaborative editing feature for multiple users. I have already registered different users and created multiple files for one user (each file has its own ID, and the file content is stored in the back-end). Now, how can I make a document editable by multiple users at the same time?
Is there any faster development solution.