Dashboard to display computer performance. Shows your OS info. Server watches clients and nodeClients joining and changes computer performance visualization.
- React
- Redis
- MongoDB
- NodeJS
- Socket.io
- Workers
- Sticky Session
- install server
cd serverandnpm i; - install client
cd clientandnpm i - install client
cd nodeClientandnpm i
- run redis
redis-server; - make sure mongoDB server run and there is
perfDatadatabase; - run server
cd serverandnpm start; - run client
cd clientandnpm start - open browser on
localhost:3000; - run as much nodeClients as you want
cd nodeClientandnpm start;