I am trying to make a dashboard to listen iot device status in Laravel.
Front-end uses Vue.js to trigger the Laravel API every minute. And the API will to access AWS iot shadow
But I want to make it more instant.
Do I have any mechanism to monitor the data for changes?
could your iot device hit a webhook endpoint in laravel to that would force an update via pusher?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community