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
The front uses settimeout with axios requests to query the backend data, but it would be better for the experience and performance if this was done with socket.io.
The frontend was made in vuejs and is in the /front folder
The text was updated successfully, but these errors were encountered:
fabianofernandeszup
changed the title
Implement socket.io for communication from front to backend.Remove node_modules
Implement socket.io for communication from front to backend.
Oct 1, 2020
Description
The front uses settimeout with axios requests to query the backend data, but it would be better for the experience and performance if this was done with socket.io.
The frontend was made in vuejs and is in the /front folder
The text was updated successfully, but these errors were encountered: