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

[Feature] Use WebSockets for live content synchronisation #26

Open
jaktestowac opened this issue Apr 3, 2024 · 0 comments
Open

[Feature] Use WebSockets for live content synchronisation #26

jaktestowac opened this issue Apr 3, 2024 · 0 comments

Comments

@jaktestowac
Copy link
Owner

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:

  1. 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.
  2. Research is needed if WebSockets will work on deployment platforms
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