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

[BACK] Add SSE or websocket to send new data #100

Open
2 tasks
lineconquista opened this issue Oct 5, 2022 · 0 comments
Open
2 tasks

[BACK] Add SSE or websocket to send new data #100

lineconquista opened this issue Oct 5, 2022 · 0 comments
Assignees
Labels

Comments

@lineconquista
Copy link
Collaborator

lineconquista commented Oct 5, 2022

The communication between client and server are made through http protocol, which means that client sends requests and server sends responses if its possible (depends on query, auth etc).

So if another user make any change (tasks, squads etc), we ll have to send a request to server by refreshing page. Its a bad experience cause every time will be necessary refresh the page to see if some task has been finished, voted, archived and so on.

TO DO

  • Search and understand SSE and websocket protocol
  • Add SSE or websocket at server to listen some events and sends to client new changes
@lineconquista lineconquista self-assigned this Oct 5, 2022
@lineconquista lineconquista changed the title [BACK] Add websocket to send new data [BACK] Add SSE or websocket to send new data Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant