Re: Real-Time Data Streaming

2016-07-20 Thread Derek
You may not actually need Django in this mix - e.g. http://xingwu.me/2014/10/19/Real-time-Web-Dashboard-Using-Socket-io-and-Highcharts/ On Monday, 18 July 2016 21:49:48 UTC+2, pvmer...@gmail.com wrote: > > Hello Everyone, > >I am working on a project where I want to display/plot graphs in >

Re: Real-Time Data Streaming

2016-07-19 Thread Stefano Probst
Hi, Maybe you can use channels to push data via websockets to your client and plot the new data points via some JS library. Am Montag, 18. Juli 2016 21:49:48 UTC+2 schrieb pvmer...@gmail.com: > > Hello Everyone, > >I am working on a project where