Skip to content

A performance monitoring web app that record cpu load and memory usage of your hardware. Built using socket.io, React.js, and Node.js.

Notifications You must be signed in to change notification settings

arvinbuid/metric-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metric Flow

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.

Project Showcase

Features

  • Real-time performance monitoring
  • Modern looking UI

Clone the Repository

git clone https://github.com/arvinbuid/metric-flow.git

Usage

Install Dependencies:

node-client

cd node-client
npm install

server

cd server
npm install

react-client

cd react-client
npm install

Run:

node-client

cd node-client
node index.js

server

cd server
node index.js

react-client

cd react-client
npm run dev

Open http://localhost:5173 with your browser to see the result.

About

A performance monitoring web app that record cpu load and memory usage of your hardware. Built using socket.io, React.js, and Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published