upgrade to WebSocket
DaveSkender opened this issue · 1 comments
DaveSkender commented
After release of Stock Indicators v3, upgrade demo chart to streaming application using SignalR.
Key aspects:
- core WebSocket implementation
- settings toggle on/off (default: off)
- auto-restore for fail-safety
References:
- SignalR Hub server
- SignalR Javascript client
- push to
chart:data
push/pop withchart.update()
, possibly animation turned on
DaveSkender commented
chartjs-plugin-streaming exists, but currently hasn't been updated for Chart.js v4