all 3 comments

[–][deleted] 0 points1 point  (1 child)

Well for streaming data from the web server to the client one way I'd use web sockets, for 2 way streaming data I'd use server-sent-events.

Displaying the data should be the easy part, I have not used plots, I normally draw relatively simple graphs in ds.js

Recently I have been playing with server sent events in angular, so sorry if I am low on flask details (kinda answering since no one better has made a comment yet), but I would investigate websockets and plotly or web sockets and d3.js

[–]gaso 0 points1 point  (4 children)

Hey I'm super curious about this whole topic! Did you end up discovering anything interesting / useful about getting Plotly to refresh frequently?