Now that you already know how to use websocket and flask, you can useflask-SocketIOthis plug-in, combined with a front-end chart component, such as echarts, HighCharts or amCharts, and the websocket will update the table in real time when new data is received.
Now that you already know how to use websocket and flask, you can use
flask-SocketIOthis plug-in, combined with a front-end chart component, such as echarts, HighCharts or amCharts, and the websocket will update the table in real time when new data is received.I have the same need now, and I plan to use echarts to realize the real-time display of data.