1.1.2 • Published 3 years ago

wsnc v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

wsnc

websocket netcat

usage

wsnc URL

  Connect to a websocket URL, reading from stdin and writing to stdout. 

wsnc -l PORT

  Listen on PORT for incoming websocket connections.
  The first connection will read from stdin and write to stdout.

EXAMPLE

    wsnc ws://wizard.institute/spells
    wsnc -l 5000

install

npm install -g wsnc

license

MIT