967 B
967 B
Collaborative editing
:::premium Requires Pro Extensions We kindly ask you to sponsor us, before using this example in production. Read more :::
This example shows how you can use tiptap to let different users collaboratively work on the same text in real-time.
It connects client with WebRTC and merges changes to the document (no matter where they come from) with the awesome library Y.js by Kevin Jahns. Be aware that in a real-world scenario you would probably add a server, which is also able to merge changes with Y.js.
If you want to learn more about collaborative text editing, check out our guide on that topic. Anyway, it’s showtime now:
:::warning Shared Document Be nice! The content of this editor is shared with other users from the Internet. :::