Hello,
I want to ask what is the best way to listen for changes from Laravel (PHP) app - WebSocket, HTTP request (forward).
Is using a Forward URL functionality making a huge load between both applications?
Laravel application will use Traccar API for everything, it will not store almost nothing, listen for changes it will be used only for last location.
Thanks
Hello,
I want to ask what is the best way to listen for changes from Laravel (PHP) app - WebSocket, HTTP request (forward).
Is using a Forward URL functionality making a huge load between both applications?
Laravel application will use Traccar API for everything, it will not store almost nothing, listen for changes it will be used only for last location.
Thanks