|
|
|
|
|
by devy
3682 days ago
|
|
I have been using `wscat`[1] when I was developing a WebSocket app last year. It was a nifty little tool although it would require the entire nodejs / npm stack to be able to run it.
`wsta` is probably more portable as all we need is just a native binary to run. [1]: https://www.npmjs.com/package/wscat |
|
That lead me to fork it and send a PR with that feature. It never got merged, so I simply created a new project, which ultimately lead to this :)