Skip to content

Instantly share code, notes, and snippets.

@eagleflo
Forked from einaros/gist:1452010
Created December 2, 2014 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eagleflo/f9588d3fde43ecadd2b3 to your computer and use it in GitHub Desktop.
Save eagleflo/f9588d3fde43ecadd2b3 to your computer and use it in GitHub Desktop.
$ npm install -g wscat
$ wscat -c ws://echo.websocket.org -p 8
connected (press CTRL+C to quit)
> hi there
< hi there
> are you a happy parrot?
< are you a happy parrot?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment