WebSocket Tester
Test WebSocket connections and send/receive messages in real-time
websocketwswsstestrealtimesocketconnectionmessage
Disconnected
seconds
Messages
No messages yet. Connect to a WebSocket server to start.
About WebSocket Testing
• WebSockets provide full-duplex communication channels over a single TCP connection
• Use wss:// for secure connections and ws:// for non-secure connections
• The echo server (default) will send back any message you send to it
• Enable auto-reconnect to automatically reconnect on connection loss
• Set a ping interval to keep the connection alive and monitor latency