Expand description
Collaboration client for connecting to servers
This module provides a client library for connecting to MockForge collaboration servers via WebSocket. It handles connection management, automatic reconnection, message queuing, and provides an event-driven API for workspace updates.
Structs§
- Client
Config - Client configuration
- Collab
Client - Collaboration client
Enums§
- Connection
State - Connection state
Type Aliases§
- State
Change Callback - Callback function type for connection state changes
- Workspace
Update Callback - Callback function type for workspace updates