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

https://github.com/deepstreamio/deepstream.io-performance

A performance platform for deepstream.io
https://github.com/deepstreamio/deepstream.io-performance

Last synced: 11 months ago
JSON representation

A performance platform for deepstream.io

Awesome Lists containing this project

README

          

# deepstream.io-performance
A performance harness for deepstream.io

Details on options can be seen [here](deepstream.io/info/performance-overview.html )

To start server:

```sh
cd test-harness
./install-redis.sh
npm install
node server/cluster.js
```

To start clients:
```sh
cd test-harness
npm install
node client/cluster.js
```