Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.15 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.15 KB

Counter

Summary

An example of a realtime chart with node.js, socket.io and highchart and mysql

Example

Installation

Assuming you have node.js, npm, coffeescript and mysql installed you can install it with

git clone https://github.com/bonomat/realchart.git
cd realchart    
npm install

Then you can start the server with

coffee server.coffee

  or

node server.js

Don't forget to setup a database and change the username and password

Then open http://localhost:10927 in your favorite browser.

Credits

There are quite a few tecnologies and libraries used in the demo. Thank you!