-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c715573
commit a68ac3b
Showing
3 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
GoWsClient | ||
========== | ||
SimpleWsClient | ||
============== | ||
|
||
A simple websocket client in Golang to debug websocket server. | ||
|
||
Features: | ||
### Features: | ||
- Awesome logging. Every action taken and every event registered is logged. | ||
- Takes care of sending pong. | ||
- Send received message back to server | ||
- In case of binary message, it logs base64 encoded message. | ||
|
||
Installation: | ||
### Installation: | ||
- Download latest exe/binary for required platform from Github releases | ||
- **OR** if go is installed then use `go get -u github.com/DheerendraRathor/GoWsClient` | ||
- **OR** if go is installed then use `go get -u github.com/DheerendraRathor/SimpleWsClient` | ||
|
||
Usages: | ||
### Usages: | ||
```bash | ||
# If installed from Github releases | ||
.\SimpleWsClient --addr=wss://echo.websocket.org | ||
|
||
# If used go get | ||
.\GoWsClient --addr=wss://echo.websocket.org | ||
``` |