Skip to content

Redo SocketIO architecture to pub-sub #456

@jr1221

Description

@jr1221

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

Metadata

Metadata

Assignees

Labels

angular-clientDevelopment Focused in the Frontendscylla-serverDevelopment Focused in the Backend

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions