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
- Host: GitHub
- URL: https://github.com/deepstreamio/deepstream.io-performance
- Owner: deepstreamIO
- License: mit
- Created: 2015-07-07T16:29:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T15:17:38.000Z (almost 7 years ago)
- Last Synced: 2024-04-12T07:05:26.885Z (almost 2 years ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 8
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```