A performance monitor that monitor cpu load and memory usage that is built using socket.io, React.js, and Node.js. The project was built as a practical application of websockets and socket which is what I'm learning this past few months.
- Real-time performance monitoring
- Modern looking UI
git clone https://github.com/arvinbuid/metric-flow.git
cd node-client
npm install
cd server
npm install
cd react-client
npm install
cd node-client
node index.js
cd server
node index.js
cd react-client
npm run dev
Open http://localhost:5173 with your browser to see the result.