ws-cli

0.0.3 • Public • Published

ws-cli

npm version Build Status

Dead simple WebSockets cli app.
Sent messages to Ws server using cli.

Install

$ npm install --global ws-cli

Usage

$ 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 <string>  WebSocket server host address

  Examples
    Sent 'Hello World' to ws on localhost
    $ ws -H ws://localhost:8080/ Hello World

License

MIT © Nikolay Spiridonov

Package Sidebar

Install

npm i ws-cli

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • sohje