Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create a background app using node-webkit?

I wanted to create a complete background running app that only shows up in the system-tray and doesn't have any "window" as such. I tried setting the "window" attribute to false, but that doesn't work. Is there any way to create a completely background daemon-style application using node-webkit?

like image 790
Nemo Avatar asked Dec 19 '22 21:12

Nemo


1 Answers

Additionally place a tray to truly reflect a background app:

https://github.com/rogerwang/node-webkit/wiki/Tray

like image 85
roland Avatar answered Dec 24 '22 11:12

roland