Level 8
Bro just use Livewire and poll that sucker.
<div wire:poll>
//
</div>
I've got an upload page that takes in large files and once submitted, the user is sent to a page that lists all items that have been uploaded. The thumbnail creation (among other things) is sent to queue, so when the user gets to the list page, the real thumbnail has not been generated yet, but there is a place holder image.
I've tried polling the page with ajax, but it just seems junky to me.
Is WebSockets overkill for something like this? Is there a simpler way?
Please or to participate in this conversation.