Skip to content

sohje/ws-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dead simple websocket cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages