Hacker News
Self-hosted web push Cloudflare Worker, works on iOS
saiday
|next
[-]
Kukuroo uses Cloudflare Workers so that end devices can subscribe to push notifications and relay push requests to the Worker, which signs and delivers them. I personally found it genuinely useful and full of potential, so I open sourced it: kukuroo.cc
Requirements:
Safari on iOS and macOS only (though seriously, who receives push notifications on macOS?) The web page that receives the notifications has to be added to the Home Screen A Cloudflare account. Push notifications and lightweight serverless functions are a perfect match
mrklol
|next
|previous
[-]
skybrian
|next
|previous
[-]
Could you use Safari for delivering the notifications even if your default browser is something else?
noman-land
|next
|previous
[-]
zuzululu
|next
|previous
[-]
It'd be great if this solution reaches all browsers on all OS but I can see the potential for spamming , might be why Apple and Android require photo id now.
oulipo
|previous
[-]
saiday
|root
|parent
[-]
JimDabell
|root
|parent
[-]
https://mozilla.github.io/standards-positions/#declarative-w...
Chromium has a bug filed:
https://issues.chromium.org/issues/382298314
So hopefully this will move forward with other browsers.