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)
Related Issues or PRs (optional)
[If there are any related issues or pull requests, link them here]
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)
Related Issues or PRs (optional)
[If there are any related issues or pull requests, link them here]