WebSocket Tester

Connect to any WebSocket server, send messages, view frames in real time

Examples: wss://echo.websocket.org ws://localhost:8080
WebSocket Tester ready. Click Connect to start.

WebSocket Tester: test WebSocket servers online

WebSocket is a full-duplex communication protocol over TCP, standardised in RFC 6455. Unlike HTTP, WebSocket maintains a persistent connection, allowing the server to push data to the client at any time. It is ideal for chat applications, online games, trading platforms, live dashboards and real-time monitoring.

How to use the tester

Frequently asked questions

See also