I wanted to create a complete background application that appears only in the system tray and does not have any “window” as such. I tried setting the "window" attribute to false, but this does not work. Is there a way to create a fully daemon-style background application using node -webkit?
source
share