Northeastern-Electric-Racing / Northeastern-Electric-Racing/Argos
Redo SocketIO architecture to pub-sub
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.