Interactive WebSocket client for testing Centrifugo integration. Connect, subscribe to channels, publish messages, and monitor real-time events.
One-click test scenarios that automatically connect, subscribe, and publish test messages.
Fire-and-forget notification to user#test-123
→ Connect
→ Subscribe to user#test-123
→ Publish simple message
→ Receive immediately
Message with acknowledgment tracking
→ Connect
→ Subscribe to user#test-123
→ Publish with wait_for_ack=true
→ Auto-send ACK (10s timeout)
Broadcast to team#developers channel
→ Connect
→ Subscribe to team#developers
→ Broadcast announcement
→ No ACK tracking
Full publish → receive → ACK cycle test
→ Connect
→ Subscribe to test#ack-flow
→ Publish with ACK tracking
→ Verify full flow (15s timeout)
-
Real-time log of all WebSocket events including connections, subscriptions, publications, ACKs, and errors. Events are color-coded by type.