Real Time data graph

Viewed 39626

I would like to build a web-based real time data graph and i'm looking at the different options such as:

  • Html5 canvas
  • JS libraries with graph support such as Extjs

By real time i mean, either the client polling the web server say every second or using reverse ajax; the server pushes data to the client when available.

Can you please recommend any?

3 Answers
Related