Hi,
I need to display a web page with a graph that updates continuously
and automatically in realtime to show statistics generated by a
program I am writing. The data itself updates many times a second
which is obviously impractical to display but I need the graph to
update at least every second.
I'm basically looking for web technologies that will easily achieve
this and am open to suggestions as to what is the best / easiest way
to implement this ?
Compiler is VC++
Thanks in advance,
Mike Davies