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

README.md: websocket.sh #142

Closed stokito closed 2 years ago

vi commented 2 years ago

Is it a general-purpose WebSocket command line tool (aimed at web developers using WebSockets) or the one specifically aimed at providing shell access?

README is somewhat confusing, not even stating whether it is a WebSocket client, server or both.

stokito commented 2 years ago

Yes, you are right, this is not something similar to websocat but I think it may be interesting for websocat users at least for debug and development. In fact this is a simplest possible websocket server with primary goal to expose a shell. It's similar to websocketd that already mentioned in the readme. Feel free to close the PR if you don't find it useful.