SkillHub

realtime-collab-app

v1.0.0

支持构建实时协作应用,具备白板、实时代码编辑、聊天、CRDT同步及在线状态指示功能。

Sourced from ClawHub, Authored by Sunshine-del-ux

Installation

Please help me install the skill `realtime-collab-app` from SkillHub official store. npx skills add Sunshine-del-ux/realtime-collab-app

Realtime Collaboration App

Build real-time collaborative applications.

Features

  • Whiteboard - Draw together in real-time
  • Code Editor - Pair programming with live sync
  • Chat - Real-time messaging
  • CRDT Sync - Conflict-free data sync
  • Presence - See who's online

Quick Start

# Create collab app
./create-collab.sh my-app

# Start development
./dev.sh

Use Cases

  • Team whiteboard
  • Pair programming
  • Collaborative documents
  • Live dashboards

Requirements

  • Node.js 18+
  • Redis for pub/sub

Author

Sunshine-del-ux