Description
Right now we spam socketIO with eveyr message. With the expansion of bandwidth utilization, thats gonna be an issue.
Acceptance Criteria
The data sent to each client is the only the data the client needs to display that screen.
Proposed Solution
Rewrite the backend to be pub sub where the client can subscribe to certain topics.
Rewrite the frontend such that the client data subscription is nested, so the sub can be created destroyed as the UI is initialized and ended.
Mocks
No response
Description
Right now we spam socketIO with eveyr message. With the expansion of bandwidth utilization, thats gonna be an issue.
Acceptance Criteria
The data sent to each client is the only the data the client needs to display that screen.
Proposed Solution
Rewrite the backend to be pub sub where the client can subscribe to certain topics.
Rewrite the frontend such that the client data subscription is nested, so the sub can be created destroyed as the UI is initialized and ended.
Mocks
No response