Communicate with servers interactively.
Basically, netcat with fewer features made in Rust
bash
$ netcomm [OPTIONS] <DOMAIN> <PORT>
OPTIONS are -l
or --listen
DOMAIN is an IP or URL
PORT is a valid port number (u16)
```bash $ netcomm -h Communicate with servers interactively
Usage: netcomm [OPTIONS]
Arguments:
Options: -l, --listen Run in listen mode -h, --help Print help information -V, --version Print version information ```