https://github.com/nrxr/wsdump
simple, lightweight, websocket client
https://github.com/nrxr/wsdump
cli client go golang websocket
Last synced: 5 months ago
JSON representation
simple, lightweight, websocket client
- Host: GitHub
- URL: https://github.com/nrxr/wsdump
- Owner: nrxr
- License: mit
- Created: 2020-11-22T04:47:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T00:16:15.000Z (about 2 years ago)
- Last Synced: 2024-06-20T17:42:06.703Z (about 2 years ago)
- Topics: cli, client, go, golang, websocket
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wsdump
```console
❯ wsdump wss://websocket-echo.com/
Press Ctrl+C to quit. Write something and hit enter to send a message.
Echo
local » Echo
server « Echo
This is a message to websocket-echo.com
local » This is a message to websocket-echo.com
server « This is a message to websocket-echo.com
^Csignal: interrupt
```
## Quick Install
```console
❯ go install github.com/nrxr/wsdump
```
## Author and License
Copyright 2020-2024, nrxr ``. Released under the MIT license terms.