简体中文 Tiếng Việt 日本語 한국어 हिन्दी Español Français العربية বাংলা Português Русский اردو Bahasa Indonesia Deutsch Naijá मराठी తెలుగు Türkçe தமிழ்

WS Terminal

v2.4WebSocketClient

⚡ Browser WebSocket test tool: enter server address, click connect and start messaging. E support custom headers, templates, real-time stats & log filtering. No download, fast debugging.

Connection Settings

Status:DISCONNECTED
0
0
Uptime:
—ms
WebSocket URL
wss://
History
Protocol:

Enter WebSocket server address, choose ws/wss, add custom headers if needed. After successful connection, status indicator turns green.

Custom Headers

Message Statistics

0
Total
0
Sent
0
Received
0 B
Traffic
Latency ms

Real‑time stats of sent/received messages, total bytes and current latency. Latency na calculated via periodic heartbeat.

Preset Endpoints

Echo Server
echo.websocket.org
Postman Echo
ws.postman-echo.com/raw
Local Dev
localhost:8080/ws
Local Socket.IO
localhost:3000/socket

Click a preset to fill di URL instantly, connect to public test servers or local dev addresses.

Message Templates

Ping
{"type":"ping",...}
Hello
{"type":"hello",...}
Subscribe
{"action":"subscribe",...}
Auth
{"type":"auth","token":...}
Heartbeat
{"cmd":"heartbeat",...}

Click a template to insert common JSON messages. Edit before sending.

Send Message

Ctrl+Enter to send

E support Text, JSON, Hex. JSON fit be formatted/minified. Shortcut: Ctrl+Enter to send.

Message Log

Messages appear here after connection

All sent/received messages na displayed in real time. Filter by type, search by keyword, auto‑scroll and export supported.

Pro WebSocket test Wetin dis tool fit do

Multi‑protocol (WS/WSS)

Switch between ws and wss with one click. Auto‑complete URL prefixes, compatible with encrypted and plain connections.

Auto‑select protocol based on server

Custom Headers

Add any HTTP headers for authentication, tokens, or custom parameters. Sent during handshake.

Click "+ Add" to enter header key/value

Real‑time Stats

Monitor sent/received counts, total traffic, and current latency. Updated every second.

Latency calculated via heartbeat pings

Presets & Templates

Built‑in public test servers and message templates (Ping, Hello, Subscribe, etc.) for instant testing.

Click a card to auto‑fill URL or message

Powerful Logging

Real‑time log with type filters, keyword search, auto‑scroll, and export to text file.

Keeps last 500 messages

Multi‑format Editor

Text, JSON, Hex. JSON format/minify buttons, Ctrl+Enter shortcut for fast sending.

Input field adapts to selected format

Question people dey ask well well (FAQ)

What na WebSocket?

WebSocket na a protocol providing full‑duplex communication over a single TCP connection, allowing servers to push data to clients. Dis tool helps test if your WebSocket service works correctly.

How do I test a WebSocket connection?

Enter di WebSocket server URL (e.g. wss://echo.websocket.org), click 'Connect'. Once connected, type a message in di input area and click 'Send'. Received messages appear in di log.

Why does di connection fail?

Possible reasons: wrong server address, server doesn't support WSS (try WS), firewall blocking, server down or CORS restrictions. Check di URL and ensure di server allows WebSocket connections.

How do I add custom headers?

Under 'Connection Settings', click '+ Add' to input header name and value. Dese headers na sent during di WebSocket handshake, useful for authentication or custom parameters.

What message formats na supported?

Text, JSON, and Hex. Select di format, enter your content, and it go be converted automatically. JSON mode includes format and minify buttons for easy editing.

Can I save di log?

Yes. Click di 'Export' button in di log area to download di current log as a text file.

How na latency calculated?

After connection, di tool sends a built‑in ping message every 10 seconds and measures di time until di pong na received, displaying di current latency.

Network Debugging Toolkit

More utilities to assist network development and testing

Browser Ping Test

Check latency and connectivity, supports IPv4/IPv6

DNS Lookup

Resolve A, MX, TXT records and more

Port Scanner

Check open ports on a target IP, fast service diagnosis

HTTP Headers

Analyze response headers and security settings