WebSocket has been supported by curl as a non-experimental feature since version 8.11.0 (November 6 2024). With the upcoming release of version 8.16.0, we are taking it a step further. With that release, you can use WebSocket in a pipe from the command line. Like this: > curl --no-progress-meter -T . -N wss://echo.websocket.org/ Request served by 4d896d95b55478dsadsa Hello! Hello! you just echo what I send? you just echo what I send? ... This command line contacts the “echo” server run by...