manx is a wscat clone. It's a simple interface to websocket servers.
One of its features is that it saves the prompt, so that you can type commands even if you are receiving a flood of data.
For those learning Rust and async, manx shows how async websockets can interface with sync stdin and stdout loops.
Windows should be supported (although currently untested, please sent in bug reports!)
Thanks especially to smol, async-tungstenite, tungstenite, and linefeed, which provided the building blocks for this app.
Make sure you have Rust, then
$ cargo install manx
``` manx 0.4.0 Walther Chen walther.chen@gmail.com Talk to websockets from cli
USAGE:
manx [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information --show-ping-pong Print when ping or pong received. -V, --version Prints version information
OPTIONS:
--cert
ARGS:
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.