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.
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.