mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-21 00:13:58 +08:00
25 lines
490 B
Markdown
25 lines
490 B
Markdown
|
# Collaborative editing
|
|||
|
|
|||
|
## Table of Contents
|
|||
|
|
|||
|
## Introduction
|
|||
|
|
|||
|
Collaborative editing allows multiple users to work on the same text document in real-time. It’s a complex topic that you should be aware before adding it blindly to you app. No worries though, here is everything you need to know.
|
|||
|
|
|||
|
## Configure collaboration
|
|||
|
|
|||
|
### WebRTC provider
|
|||
|
|
|||
|
### Websocket provider
|
|||
|
|
|||
|
### Add cursors
|
|||
|
|
|||
|
### Offline support
|
|||
|
|
|||
|
## Store the content
|
|||
|
|
|||
|
### Client-only implementation
|
|||
|
|
|||
|
### Server implementation
|
|||
|
|