Real-time chatting and notifications in laravel 5(Laravel 5 中的实时聊天和通知)
问题描述
我需要在我的应用程序中实现实时聊天和实时通知.使用 laravel-5 的最佳方法是什么?向我推荐一些好的软件包或您对它们的专家意见.
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.
推荐答案
对于实时聊天,您需要使用异步 websockets.
For real time chat you need to use asynchronous websockets.
你可以试试这个库https://github.com/ratchetphp/Ratchet
laravel 5.2聊天
和这个项目github.com/asserchris/tutorial-laravel-4-real-time-chat
好的图书馆github.com/BrainBoxLabs/brain-socket
还有很棒的socket IO教程www.codetutorial.io/laravel-5-and-socket-io-tutorial/
also amazing tutorial with socket IO www.codetutorial.io/laravel-5-and-socket-io-tutorial/
使用 AJAX 和 Laravel 4 的视频示例https://www.youtube.com/watch?v=GLDjgbbBvOg
Video example with AJAX and laravel 4 https://www.youtube.com/watch?v=GLDjgbbBvOg
这篇关于Laravel 5 中的实时聊天和通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Laravel 5 中的实时聊天和通知
基础教程推荐
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- HTTP 与 FTP 上传 2021-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01