vi / websocat

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

fix: correct a few typos, mostly in user facing strings #168

Closed Delapouite closed 1 year ago

Delapouite commented 1 year ago

Hi Vitaly

While skimming through the codebase, looking to discover how hard it would be to implement Socket.io support as you mentioned in https://github.com/vi/websocat/issues/21#issuecomment-439129842, I stumbled upon a few typos.

So here's a quick PR with the ones I found.

Thanks for this great tool.

vi commented 1 year ago

Note that in my mind Websocat v1 branch is marked as obsolete and it is more interesting for me to advance Websocat v3. But there are more unimplemented things than implemented in v3. Websocat v1 is legacy and Websocat v3 may require a solid week or two of concentrated efforts to get to production (and the more features get added to v1, the more distance v3 would need to go to get on par with v1).


Maybe https://crates.io/crates/rust_socketio can be used to bring some more high-evel socketio support to Websocat.