You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.
Contents
Web socket cat tool
https://github.com/websockets/wscat
1 sudo apt install nodejs npm -y 2 sudo npm install -g wscat 3 4 wscat -c wss://websocket-echo.com 5 Connected (press CTRL+C to quit) 6 > hi there 7 < hi there 8 > are you a happy parrot? 9 < are you a happy parrot?