Node.js modules
-
Is it possible to use Node.js modules inside of Cordova + Onsen UI? I looked at some resources and people suggested browserify. Will this work with all modules or do I have to take somethings into consideration?
How would I then use the bundle.js inside of a Cordova (pure) JS function?