Connect to WebSocket servers and send/receive messages in real-time.
No messages yet. Connect to a WebSocket server to start.
WebSocket provides full-duplex communication channels over a single TCP connection. Unlike HTTP, WebSocket allows both the server and client to send messages at any time.
ws:// - Unencrypted WebSocketwss:// - Encrypted WebSocket (recommended)