Change the server architecture to a more traditional pub-sub mechanism, keep track of changes in the Docker API response and only publish new changes when the response changes.
This should avoid excessive data transfers between the dashboard server and the client app, also avoiding unnecessary re-renders when nothing is happening.
Change the server architecture to a more traditional pub-sub mechanism, keep track of changes in the Docker API response and only publish new changes when the response changes.
This should avoid excessive data transfers between the dashboard server and the client app, also avoiding unnecessary re-renders when nothing is happening.