This is what I need in my node.js application:
- System tray icon
- changing this icon during application work
- menu after clicking on icon
- creation of windows with fields for login / password and confirmation buttons
This is what I found:
- https://github.com/appjs/appjs - It looks good, but there is still no system tray support (it looks it will be done in some time)
- https://github.com/zcbenz/node-gui - It looks there is support for all I need, but I can't install it (I think this project is dead...)
Do you have any recommendations? I need something reliable, easy to install and as cross-system as possible.
//edit
Since 6th November Appjs has basic tray icon support.