Hi,
I am a new user of node-webkit, and so far I really like what it does. And it's super easy to get started with node-webkit!!
When I started node-webkit for my application on my mac, then along with the main app I saw a helper process running in the background. Upon looking inside the contents of node-webkit mac app, I discovered that there a few helper apps bundled along with it:
- Helper EH.app
- Helper NP.app
- Helper.app
I am curious to what these helper apps are used for and weather do I need to bundle all of them in the final package that I ship to the user. The application that I am working on has some strict requirements on the amount of memory usage on user's device.
So, any information on these helper apps will be really helpful!
Thanks in advance!