Rust implementation of websockify.
websockify_rs <source_addr:port> <target_addr:port>
# or
cargo run -- <source_addr:port> <target_addr:port>As it serves binary for few platforms, you can download it using this
curl -L https://raw.githubusercontent.com/bajrangCoder/websockify_rs/main/install.sh | bash