Laravel 推送通知桌面(chrome 或 firefox)

Posted

技术标签:

【中文标题】Laravel 推送通知桌面(chrome 或 firefox)【英文标题】:Laravel push notification desktop (chome or firefox) 【发布时间】:2016-07-21 03:37:03 【问题描述】:

是否可以使用https://github.com/developerdynamo/laravel-push-notification为每个特定用户应用程序实现推送通知桌面(chrome 或 firefox)?

【问题讨论】:

【参考方案1】:

当然。只要你有办法在后台与客户端同步,比如 websocket 连接,你就可以轻松使用Web Notification API。

【讨论】:

以上是关于Laravel 推送通知桌面(chrome 或 firefox)的主要内容,如果未能解决你的问题,请参考以下文章

如何在移动设备上发送推送通知(Android Chrome)PWA

我们可以在登录后向特定用户发送桌面推送通知吗?

ServiceWorker 生命周期和推送通知

使用 chrome 扩展记录/捕获推送通知

在 Chrome 或 Firefox 中从已关闭的 Web 应用程序发送桌面通知?

带有 XHR 的 Chrome 推送通知(使用没有 PHP 的 JavaScript)