https://github.com/orvice/go-socket.io-bench
socket.io bench tools
https://github.com/orvice/go-socket.io-bench
Last synced: 3 months ago
JSON representation
socket.io bench tools
- Host: GitHub
- URL: https://github.com/orvice/go-socket.io-bench
- Owner: orvice
- License: mit
- Created: 2017-07-24T06:24:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T07:42:43.000Z (about 9 years ago)
- Last Synced: 2025-01-11T17:19:48.771Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-socket.io-bench
socket.io bench tools
## Usage
```
./go-socket.io-bench -addr=localhost -n=100 -s=50 -on=reply
```
## Rock with Docker
```
docker run --rm -ti orvice/go-socket.io-bench go-socket.io-bench -addr=localhost -n=100 -s=50 -on=reply
```