Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athanclark/ws
A simple websocket CLI tool
https://github.com/athanclark/ws
command-line-tool haskell websocket-client
Last synced: 18 days ago
JSON representation
A simple websocket CLI tool
- Host: GitHub
- URL: https://github.com/athanclark/ws
- Owner: athanclark
- License: bsd-3-clause
- Created: 2016-06-30T02:57:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T17:57:46.000Z (about 1 year ago)
- Last Synced: 2024-04-25T06:02:18.151Z (9 months ago)
- Topics: command-line-tool, haskell, websocket-client
- Language: Haskell
- Size: 18.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ws
A really trivial websocket client for debugging and testing.
## Installation / Building
```bash
git clone http://github.com/athanclark/ws
```Then depending on your build system:
```bash
stack install
```or
```bash
cabal install
```> It _should_ work with either, but if you run into issues, don't hesitate to
> file an issue.## Usage
```
ws ws://echo.websocket.org/ws://echo.websocket.org/> test
test
ws://echo.websocket.org/> ayoo
ayoo
```