An open API service indexing awesome lists of open source software.

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

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.