This isn't necessarily a problem, but I'd like to add styling to my charts using the plugin chartjs-plugin-colorschemes, but currently I don't think this is possible. I think something like a 'Plugins ...
Server Sent Events (SSE) is a standard allowing servers to push events to clients over HTTP. It is a simpler alternative to WebSockets or SignalR for many use cases, including real-time notifications, ...