When you need to send events from you application server (backend) there are various technologies that you can use.
How to send web push notifications to a group of users
Sometimes it is useful to send a notification from your website to multiple users. Let’s see how to achieve that.
Web Push Notifications: Standard and Official Documentation
“Web Push Notifications” is a general term to refer to the push notifications sent by websites and web apps. However, if you are looking for an official document that defines the “Web Push Notifications” standard, you won’t find it. This is because this technology is made up of different technologies, each one serving to a specific purpose. Let’s find out what these technologies are and where the official standards are located (documentation).
Web Push Notifications and privacy
Are web push notifications a good technology for privacy?
Web Push Notifications: what happens if the client is offline?
If you are a beginner with web push notifications, you may wonder what happens to the notifications sent when the client is offline or the device is turned off. What is the behavior of the notifications in this case? Do they get delivered or are they lost?
Web Push TTL: definition and maximum value
When you send a web push notification, you need to set the TTL: what is it? What value should you use? This article describes the TTL and the best practices for setting its value.
How to show web push notifications for longer
How to prevent the browser notifications from automatically closing? Is there any way to increase the amount of time the notifications are displayed in foreground to the user?
Sound on web push notifications
There are different ways to control the beep / sound made by web push notifications.
What are the browser push services?
In order to send push notifications from a website to a browser, you need to use a push service, as defined by the W3C Push API: let’s see a list of push services for the major browsers and how they work.
Does Brave browser support web push notifications?
Brave is a privacy-focused browser, with a small market share, and you may be surprised to learn that it supports web push notifications.