All Projects → substack → Wsnc

substack / Wsnc

Licence: other
websocket netcat

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].