Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] Updating Frontend/Backend request response to use web sockets #153

Open
2 tasks
IntelliJinceTech opened this issue Oct 5, 2023 · 0 comments
Open
2 tasks

Comments

@IntelliJinceTech
Copy link
Contributor

Description

WebSocket is a bidirectional communication protocol that can send data from the client to the server or from the server to the client by reusing the established connection channel. The connection is kept alive until terminated by either the client or the server. This will effectively replace the current paradigm with requests/responses between the client and server.

Proposed Solution (for features)

[Describe your proposed solution or implementation for the feature]

Additional Context (optional)

[Add any additional information or context about the issue or feature]

Tasks (optional)

  • Task 1
  • Task 2

Related Issues or PRs (optional)

[If there are any related issues or pull requests, link them here]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant