Skip to content

Feature: Yjs Real-time collaborative editing via CRDT #1164

@JannikStreek

Description

@JannikStreek

Proposed feature
The current Socket.io implementation validates each operation (addNode, updateNode, removeNode) individually against PostgreSQL. In concurrent editing scenarios, clients frequently drift out of sync — e.g., a client updates a node another client already deleted, causing FK constraint violations, full-map reloads, and degraded UX. Yjs eliminates these conflicts by design: concurrent changes merge deterministically without coordination.

This is an umbrella issue that captures all relevant PRs.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions