wscat -c wss://websocket-echo.com

Category: Web App Development

wscat -c wss://websocket-echo.com

Test a WebSocket connection with wscat

Connects to a public echo server over a secure WebSocket, where every message you type comes back to you. wscat is the Node.js WebSocket client bundled with the ws library. Press Ctrl+C to close the connection.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.