🔧 WebSocket Configuration

Connect to a WebSocket server running y-websocket or a compatible server.
For testing, you can run: npm install -g y-websocket && y-websocket-server --port 1234
WebSocket server URL (ws:// for local, wss:// for secure)
Unique room name. Users in the same room will sync together.
Time to wait before attempting reconnection (1000-30000ms)
Automatically reconnect if connection drops
Show detailed logs in the console below