Skip to content

Commit

Permalink
Renamed project to SimpleWsClient
Browse files Browse the repository at this point in the history
  • Loading branch information
DheerendraRathor committed Oct 8, 2017
1 parent c715573 commit a68ac3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 6 additions & 10 deletions README.md
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
```

0 comments on commit a68ac3b

Please sign in to comment.