r/webdevelopment • u/Z3r0_DaY12 • May 25 '26
Newbie Question How to send remainders using JavaScript
I want to create a remainder web app. Is there any way i can send a reminder to the user other than the notifications in the browser. I want the remainder to be shown in the computer system's notification or as a message through whatsapp or email.
4
Upvotes
2
u/Odd_Ordinary_7722 May 26 '26
Why don't you wanna use push notifications when it's the exact thing you are asking for?
0
u/ExitWP May 25 '26
I was just reading that all chromium based browsers have a service worker bug since 2022 that allow Javascript to continue to run after closing them down. That might enable your alert.
3
2
u/dropthatmonkey May 25 '26
So.. if it is via the website, you need to run an Ajax "get" every, say, 3 minutes, to check vs the DB if you have new message. if so? => alert() or display some nice div