Arquisoft / viade_en1b

Viade en1b
https://arquisoft.github.io/viade_en1b/
MIT License
5 stars 5 forks source link

[FEATURE] Use of websockets #172

Open alvarezGarciaMarcos opened 4 years ago

alvarezGarciaMarcos commented 4 years ago

Is your feature request related to a problem? Please describe. Right now, when posting a comment on a route, the page has to be reloaded manually by the user. An interesting feature will be the use of websockets for asynchronous messages, that way, the page could be reloaded automatically when a comment is posted on a route.

Describe the solution you'd like The addition of websockets. Describe alternatives you've considered Another alternative would be pulling constantly from the server, but this will not be a good solution if the number of users using the application concurrently is high.