Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kseo/ws-cli
WebSocket Command Line Client written in Go
https://github.com/kseo/ws-cli
Last synced: 27 days ago
JSON representation
WebSocket Command Line Client written in Go
- Host: GitHub
- URL: https://github.com/kseo/ws-cli
- Owner: kseo
- License: bsd-2-clause
- Created: 2016-09-23T12:57:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T16:26:57.000Z (about 8 years ago)
- Last Synced: 2024-02-13T20:34:01.842Z (9 months ago)
- Language: Go
- Size: 88.9 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ws-cli
======
WebSocket Command Line Client written in Go## Installation
```
go get github.com/kseo/ws-cli
```## Usage
```
$ ws-cli -url ws://echo.websocket.org
connected (press CTRL+C to quit)
> hi there
< hi there
> are you a happy parrot?
< are you a happy parrot?
```## License
BSD-2-Clause