I am working with a node.js
application whose .exe
has been made using Enclose
module, although it is working fine, only problem is that the application automatically shuts down after 10 minutes opening if left idle, no interaction with it.
- Is it because of "Process working time" and "Network connections" are Limited in the free version?
- Will the app run continuously without shutting down if i subscribe to the full version?
- Will this issue be permanently fixed for the exe builds created with the paid version, or will the exe work fine only till my subscription ends?
What should I do to resolve this. OR if I have to choose any other module to launch node application for production then which module should I choose?
Can anyone who has used Enclose
module of node js resolves this problem?
Thank you!
electron
), 2) create desktop app with web view component and communicate with nodejs app that runs in bg (by executingnode app.js
), 3) create some little executable that will run nodejs app and open browser. You can keep app up and running usingpm2
,forever
but it makes more headaches than just paying some amount and demanding for perfect service from enclosejs creators (: – Tarenclose
d app to keep running - You cannot. cuz app will shut down and re-run again that is not good for UX – Tarpay for enclosejs
for 1 one month and if everything will go well, so pay for another month and so on... – Tar