Northeastern-Electric-Racing / Northeastern-Electric-Racing/Argos

Redo SocketIO architecture to pub-sub

Open
#456 0 comments 1 reaction 1 assignee View on GitHub

Nobody has claimed this yet.

angular-client scylla-server
Dominant language
TypeScript
Stars
5
Forks
1
Avg merge
4d 22h
Merged PRs (30d)
26

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.