npm install ws-cliDead simple WebSockets cli app.
Sent messages to Ws server using cli.
```
$ npm install --global ws-cli
`
$ ws --help
Usage: ws [options] message
Sent messages to WebSocket server using cli.
Options:
-h, --help output usage information
-V, --version output the version number
-H, --host
Examples
Sent 'Hello World' to ws on localhost
$ ws -H ws://localhost:8080/ Hello World
``
MIT © Nikolay Spiridonov