https://github.com/vrachieru/ws
WebSocket command line client.
https://github.com/vrachieru/ws
cli client websocket
Last synced: 5 months ago
JSON representation
WebSocket command line client.
- Host: GitHub
- URL: https://github.com/vrachieru/ws
- Owner: vrachieru
- License: mit
- Created: 2018-12-26T19:06:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T22:23:10.000Z (over 7 years ago)
- Last Synced: 2024-06-20T05:13:23.151Z (about 2 years ago)
- Topics: cli, client, websocket
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simplistic tool for sending and receiving websocket messages from the command line.
## Install
```
$ go get github.com/vrachieru/ws
```
## Usage
```
$ ws ws://echo.websocket.org
Trying ws://echo.websocket.org...
Connected to ws://echo.websocket.org.
Exit with CTRL+C.
> echo
< echo
>
```
## License
MIT