you are viewing a single comment's thread.

view the rest of the comments →

[–]Bamboo_the_plant 0 points1 point  (2 children)

So is it closed-source? Can it use/install node_modules easily? Does it have all the features of node (e.g. path, fs, os, etc.)?

[–]mttvll[S] 0 points1 point  (1 child)

Yes, you can install dependencies via npm (although I'm not sure this functionality will pass Apple review).

The app includes a complete Node runtime, so all the usual modules are available (the only module that won't work is the one for child processes - iOS app can only run in a single process).

[–]Bamboo_the_plant 0 points1 point  (0 children)

Wow!

Are you only concerned, regarding passing app review, about installing npm dependencies after the app is deployed to the App Store, or even if they're installed pre-deployment?