Connect to any WebSocket server, send messages, and inspect incoming frames in real time. Test your WebSocket endpoints directly in your browser.
Connect to any WebSocket endpoint — ws:// or wss:// — and maintain a live persistent connection for as long as you need.
Send text messages, JSON payloads, or ping frames and see responses appear in the live message log instantly.
Every sent and received message is logged with a timestamp and direction indicator so you can trace the full conversation.
One-click presets for common messages like ping, hello, and JSON event payloads — no typing needed for quick tests.
Connections go directly from your browser to your server. No proxy, no middleman, no logging of your messages.
Test both secure (wss://) and non-secure (ws://) WebSocket connections. Switch protocols with a single click.