https://github.com/thypon/webcat
WebSocket CLI Netcat
https://github.com/thypon/webcat
debug go nc netcat websocket websocket-message
Last synced: 9 months ago
JSON representation
WebSocket CLI Netcat
- Host: GitHub
- URL: https://github.com/thypon/webcat
- Owner: thypon
- Created: 2014-12-17T21:09:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T02:58:24.000Z (about 11 years ago)
- Last Synced: 2025-02-22T12:42:12.451Z (over 1 year ago)
- Topics: debug, go, nc, netcat, websocket, websocket-message
- Language: Go
- Size: 137 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WebCat
======
`webcat` is command line utility that permits to interface simple unix commands to WebSocket channels. WebSocket API can be consumed easily.
-@thypon
About
-----
Upon startup, `webcat` connects to a websocket endpoint.
Upon connection, it will redirect server WebSocket messages to `STDOUT` separated by a newline `\n`. Meanwhile permits you to redirect `STDIN` lines to server with a WebSocket message.