Florian Heinle
2 years
Claus-Theodor Riegg
3 years
Claus-Theodor Riegg
3 years
Andreas Vöst
3 years
Claus-Theodor Riegg
8 years

Test websocket connections

Posted About 7 years ago. 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
> 

Claus-Theodor Riegg
Last edit
About 7 years ago
Claus-Theodor Riegg
License
Source code in this card is licensed under the MIT License.