notifications on the desktop from node.js

2

I have a chat programmed with Node.js , PHP and MySQL , I just need to notify the user that he has new messages, but notifications of HTML5 vanish.

Does anyone know if it is possible to program them as desktop notifications? Or, some way that they do not fade?

Thanks!

    
asked by Hamoru-San Bgp 19.09.2016 в 20:34
source

1 answer

1

Is your chat a web or desktop app? To get desktop notifications you would need to mount it as a desktop app.

To mount desktop and cross-platform applications a very good option is Electron from Github

    
answered by 20.09.2016 в 08:31