Test websocket connections

Posted . Visible to the public.

You can use wscat:

sudo apt-get install node-ws
#
wscat -c ws://echo.websocket.org
connected (press CTRL+C to quit)
> foo

< foo
> bar

< bar
> 

Last edit
Deleted user #4309
License
Source code in this card is licensed under the MIT License.