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 server
andnpm i
; - install client
cd client
andnpm i
- install client
cd nodeClient
andnpm i
- run redis
redis-server
; - make sure mongoDB server run and there is
perfData
database; - run server
cd server
andnpm start
; - run client
cd client
andnpm start
- open browser on
localhost:3000
; - run as much nodeClients as you want
cd nodeClient
andnpm start
;