[Story] Websockets #61

Closed
opened 2025-11-20 11:00:50 +01:00 by Janis · 0 comments
Owner

🧍‍♂️ User Story

As a user
I want to get updates in real time
So that I don't have to wait for the polling.


📋 Description

Implement WebSocket as a replacement for polling.


🎯 Acceptance Criteria

  • Akkor used for "Light Threads"
  • Websocket connection is established and used Ingame & Lobby
  • Multiple Events are used to update the DOM

🧱 Implementation Notes

Implement the Websockets inside of the User Sessions.
Handle the logic for the Websockets inside of the User Sessions. Do not add custom Events.


🧵 Linked Issues

  • Related Subtasks:
## 🧍‍♂️ User Story **As a** user **I want to** get updates in real time **So that** I don't have to wait for the polling. --- ## 📋 Description Implement WebSocket as a replacement for polling. --- ## 🎯 Acceptance Criteria - [ ] Akkor used for "Light Threads" - [ ] Websocket connection is established and used Ingame & Lobby - [ ] Multiple Events are used to update the DOM --- ## 🧱 Implementation Notes Implement the Websockets inside of the User Sessions. Handle the logic for the Websockets inside of the User Sessions. **Do not add custom Events.** --- ## 🧵 Linked Issues - Related Subtasks: - [ ]
Janis self-assigned this 2025-11-20 12:10:16 +01:00
lq64 was assigned by Janis 2025-11-20 12:10:16 +01:00
Janis added
Size
XL
1
and removed
Size
L
2
labels 2025-11-20 12:10:23 +01:00
Janis closed this issue 2025-11-27 08:30:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KnockOutWhist/KnockOutWhist-Web#61
No description provided.