vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.73k stars 259 forks source link

Feature request: Support VSOCK #132

Open ghost opened 2 years ago

ghost commented 2 years ago

https://github.com/rust-vsock/vsock-rs

https://github.com/rust-vsock/tokio-vsock

vi commented 2 years ago

It's unlikely to appear in Websocat v1, but can probably be implemented in future Websocat v3 as a plugin.

What use case do you have in mind? Maybe you can just combine some another vsock proxy and Websocat.

vi commented 2 years ago

Those crates offer using a variety of socket addresses. How does it work? And what is the role of a dedicated cid+port address?