Real Time data graph

ken picture ken · Sep 25, 2010 · Viewed 39.2k times · Source

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?

Answer

scoopr picture scoopr · Jul 22, 2011

There is also SmoothieCharts that is designed more for this use-case.