Update HTML5 Chart with Realtime Stock Quotes
Posted: Fri Mar 15, 2013 7:59 pm
Is there an easy way to pull data from a database and update an HTML chart with real-time stock prices tic by tic without reloading the whole page. I'm using ASP.Net and SQL server.
I did this before by using frames with server side code that generated javascript and a timer would load new points but that was super kludgy and I'm curious what the best practice is nowadays. That was about 10 years ago I did that page.
Was going to use Silverlight but it's days seem numbered.
Perhaps a javascript db query technique???
Thanks so much!
Joseph
I did this before by using frames with server side code that generated javascript and a timer would load new points but that was super kludgy and I'm curious what the best practice is nowadays. That was about 10 years ago I did that page.
Was going to use Silverlight but it's days seem numbered.
Perhaps a javascript db query technique???
Thanks so much!
Joseph