WebSocket is a protocol for full-duplex communication over a single TCP connection, making data exchange between client and server simpler and allowing the server to actively push data to the client.
1. Enter the WebSocket address to connect in the "WebSocket Server Address" input box (e.g., wss://echo.websocket.org)
2. Click the "Connect" button to establish WebSocket connection
3. After successful connection, enter the message content to send in the "Send Message" area
4. Click the "Send" button to send the message, sent and received messages will be displayed in the message history area