Skip to content

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

@IntelliJinceTech

Description

@IntelliJinceTech

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions