Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 551 Bytes

Real time data visualisation with FusionCharts and Socket IO

This quick demo was built by following this tutorial with some refactoring.

Build and Run

Prerequisites are node and npm. To install dependencies, clone repo and run

npm install

To bundle assets run

npm run bundle

and finally start the web server locally with

npm start

Visit localhost:3000 to observe chart rendering real time data.