node js - How do I create build for commercial usage?
问题 I am working on node js application and it is now ready to use. I want to make exe of this application so that it can be used for commercial usage. Up to now I have used enclose module using which I have compiled the code of application but I have found some issues in that (app got crash on idle condition). App is running good without enclose or compiled code. I have searched on google and found some alternate modules like JXcore, Node webkit and Electron etc. but JX core giving error same as