Hi, i have some app in Laravel 5 and i need impement real time chat, in this chat i need private messages and group conversations in this chat. Do you know about some done real-time chat which i can implemeting ?
Thank you :)
it would have to be done using some frontend technology (backbone/angular etc or even jquery) that would keep on hitting your bckend laravel every second.. to update chat window and when user enters/sends a message
this is easy and there are 100s of tutorials out there. You can use Laravel queue system on the back end , for the front end use autobahn.js together with vue.js or angular.js
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community