You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebSockets allow to live content update and can replace API polling.
Where:
tic-tac-toe.html can have two versions with/without WebSockets.
Users can check how given approach is resolved in devtools.
Any other places where extensive API polling occur should be considered to be changed to WS usage.
Risks:
Providing backward compatibility. Some areas of applications what can benefit form WS implementation need to be check if this change do not introduce some changes in other testing areas.
Research is needed if WebSockets will work on deployment platforms
The text was updated successfully, but these errors were encountered:
WebSockets allow to live content update and can replace API polling.
Where:
tic-tac-toe.html can have two versions with/without WebSockets.
Users can check how given approach is resolved in devtools.
Any other places where extensive API polling occur should be considered to be changed to WS usage.
Risks:
The text was updated successfully, but these errors were encountered: