I want to understand how the traccar server notifies the web app that the server has received data from a device, especially location updates.
- Does the web app rely on making api calls to get latest update from the server every second?
- Does the web app use websockets to get l latest update for the server for devices changes?
- Does the server sends the web app push notifications , to alert it that new data has arrived , so that the web app downloads?
I want to understand how the traccar server notifies the web app that the server has received data from a device, especially location updates.