This program is written using nodejs / javascript to demo real-time dashboard with simple visualization widgets
Open source library used:
Make sure nodejs, express and socket.io are installed.
npm install --save --save-exact express socket.io
To run the program, execute following at command prompt:
node index.js
Open browser, enter url: http://localhost:300
Here it is. Enjoy demo!