<> = wscat = Web socket cat tool * https://github.com/websockets/wscat {{{#!highlight shell sudo apt install nodejs npm -y sudo npm install -g wscat wscat -c wss://websocket-echo.com Connected (press CTRL+C to quit) > hi there < hi there > are you a happy parrot? < are you a happy parrot? }}}