Skip to content

a CPU meter built using node.js, express, jQuery and socket.io

Notifications You must be signed in to change notification settings

elenagarrone/cpu_meter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate

CPU Meter

This is a cpu monitor built together with Bernard using node.js, socket.io and a module called os-monitor. We created a 'redable stream' and then piped this down to the browser through a socket. The meter is moving up and down reporting the CPU usage.

Technologies:

  • JavaScript
  • Node.js
  • CSS/HTML
  • JQuery
  • Socket.io
  • os-monitor
  • Express.js

On Heroku:

http://cpu-meter.herokuapp.com/

How to use:

Clone the repo:

$ git clone https://github.com/elenagarrone/cpu_meter.git

Change into the directory:

$ cd cpu_meter

Supposing you have installed Node.js and npm, type:

$ npm install
# this will install the packages inside of the package.json file

and then:

$ npm start
#then on the browser go to:
localhost:3000

About

a CPU meter built using node.js, express, jQuery and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published