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

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

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
```