Live chat functionality
Hi, I need to implement a live chat functionality on my filament app.
I've made a Livewire page/component to display the chat tab. The chat should be from user to user, not general (never general). I'm wondering if I should go about implementing this using Pusher & Laravel Echo or if I should just make http based messaging.
Have any of you implemented something like this? What would you suggest? The chat should be able to scale to some degree (definitely less than the Pusher free tier though).
I suppose this is more of a Laravel question in general, but as a solo dev it's hard to tell the what best approach is at times.
Any input is appreciated!
I've made a Livewire page/component to display the chat tab. The chat should be from user to user, not general (never general). I'm wondering if I should go about implementing this using Pusher & Laravel Echo or if I should just make http based messaging.
Have any of you implemented something like this? What would you suggest? The chat should be able to scale to some degree (definitely less than the Pusher free tier though).
I suppose this is more of a Laravel question in general, but as a solo dev it's hard to tell the what best approach is at times.
Any input is appreciated!