Hacker News new | ask | show | jobs
by ludamad 3690 days ago
Presumably grandparent post was paranoid that http websites have some lower status in terms of being able to send notifications. Not a likely scenario, but not an entirely unreasonable question.
1 comments

The browser push APIs do require HTTPS, since browsers refuse to install service workers otherwise (which is required for them to function...). That said, the demo is hosted over plain HTTP, and seems to work for me (Chrome 50, Linux).
These are not actual "push" notifications, they are desktop notifications. Different functionality, and no service workers.