1 Repo
Applying ProseMirror transactions to documents and persisting changes in realtime to all connected users.
Distinguishing note: No candidate covers applying editor transactions in a realtime collaborative context; closest candidates are about financial or database transactions.
Explore 1 awesome GitHub repository matching web development · Editor Transaction Application. Refine with filters or upvote what's useful.
Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope
Applies ProseMirror transactions to documents and persists changes to all connected users in real time.