Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I need to implement real-time chatting and real-time notifications in my application. What is the best way to do it using laravel-5? Suggest me some good packages or your expert views on them.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
295 views
Welcome To Ask or Share your Answers For Others

1 Answer

For real time chat you need to use asynchronous websockets.

You can try with this library https://github.com/ratchetphp/Ratchet

laravel 5.2 chat

and this project github.com/assertchris/tutorial-laravel-4-real-time-chat

Good library github.com/BrainBoxLabs/brain-socket

also amazing tutorial with socket IO www.codetutorial.io/laravel-5-and-socket-io-tutorial/

Video example with AJAX and laravel 4 https://www.youtube.com/watch?v=GLDjgbbBvOg


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...