For "background process, which will check for notifications" you should use something like socket.io connection emmiting new messages from/to user. For icon see https://github.com/rogerwang/node-webkit/wiki/TrayAs far as I know notifications are not implemented for now due to they are in unstable state in crhomium upstream. But you can make annoying app focusing chat window on new message :)
четверг, 12 сентября 2013 г., 21:35:09 UTC+11 пользователь suyash...@shephertz.co.in написал:I want to create a messenger app, I want to know how I can create a background process, which will check for notifications. I want to show an icon in system tray. I also want to create notifications???
--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks guys for replies.
I want that, even if a user closes the window, the process will run in background, and when the user will click the tray icon, the window will appear.
How to run a process on startup of program, instead of creating a window. Through that process I will create windows.
On Thursday, September 12, 2013 4:05:09 PM UTC+5:30, suyash...@shephertz.co.in wrote:I want to create a messenger app, I want to know how I can create a background process, which will check for notifications. I want to show an icon in system tray. I also want to create notifications???
--