WebSocket Tester
Connect to a WebSocket endpoint, send and receive messages, and see a live message log with timestamps.
Connects directly from your browser. Try wss://echo.websocket.org for an echo server that returns your messages back. Use ws:// for unencrypted connections (localhost only in most browsers). All communication happens locally in your browser session.
How to Use WebSocket Tester
- 1
Enter WebSocket URL
Type the ws:// or wss:// endpoint URL to connect to.
- 2
Connect and send
Click connect, then type and send messages to the server.
- 3
View the log
See all sent and received messages in the activity log.
Related Tools
JSON Formatter & Validator
Format, validate, and beautify JSON with syntax highlighting and error detection.
Base64 Encoder / Decoder
Encode text or files to Base64 and decode Base64 strings back to their original form.
SQL Formatter & Beautifier
Format and indent SQL queries for better readability across all major dialects.
HTML to Markdown Converter
Convert HTML markup into clean Markdown syntax with support for tables and lists.
Markdown to HTML Live Preview
Write Markdown and see the rendered HTML output in real time with live preview.
Diff / Patch Viewer
Visualize unified diffs and patch files with color-coded additions and deletions.