Skip to content

Collab Server

Lightweight WebSocket relay for Studio multi-user collaboration.

Overview

@holoscript/collab-server provides the real-time signaling and relay layer behind shared editing, presence, and collaborative session workflows.

Installation

bash
npm install @holoscript/collab-server

Use When

  • You need shared editing sessions in Studio.
  • You want presence and synchronization for collaborative tools.
  • You are building a self-hosted collaboration backend.

Key Capabilities

  • WebSocket relay for collaborative sessions.
  • Backend foundation for shared editor state.
  • Useful bridge between Studio, CRDT layers, and persistence.

See Also

Released under the MIT License.