I would like to build a web-based real time data graph and i'm looking at the different options such as:
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?
There is also SmoothieCharts that is designed more for this use-case.