WebSocket Debugger
Connect to WebSocket servers, send and receive text or binary messages, and inspect connection status and close codes.
Idle
Messages0
No messages yet. Connect to a server and start sending.
Connect to WebSocket servers, send and receive text or binary messages, and inspect connection status and close codes.
No messages yet. Connect to a server and start sending.
ws:// or wss:// server, sends and receives messages, and shows the connection lifecycle. It is useful for testing realtime features during development.ws:// is added for you.
2. Click Connect.
3. Watch the status badge change from Connecting to open.
4. Type a message and press Enter to send it.
5. Inspect incoming and outgoing messages with timestamps.→ marks messages you send.
- ← marks messages you receive.
- Text messages appear inline; binary messages are summarized with their byte count.