0
votes

I am currently writing a node-webkit application. The application supports certain modules which lie in the module folder inside the application.

I would like to dynamically install and remove those modules from inside the application. For that i would need to dynamically write inside the application.nw file. Is there a best practice solution to my problem?

1

1 Answers

1
votes

That's not really a good idea. Just create a folder for app files and put downloaded packages there.