7
From time to time (I think 2014 onwards), facebook has been making browser notifications using the HTML5 Notifications API. The curious thing is that facebook can send notifications, even though your page is closed.
Searching the internet, I couldn’t find a way to do this in conjunction with PHP. That’s why I’m appealing to stackoverflow .
I know that there are solutions like Pushlead, and Pushcrew. But they are of no use if I want to use my own system. Using only an example of frontend, the script itself is useless, without a language that acts on the server to send news to users of the site. On similar topics already created, nothing serves my specific question: How to send push/php notifications with closed site window?
How do you want to receive notifications if your browser is closed? In that case, notifications would be viewed where?
– Daniel Omine