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