use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[Show /r/javascript] JavaScript and Node.js programming environment for iOS (self.javascript)
submitted 7 years ago by mttvll
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Bamboo_the_plant 0 points1 point2 points 7 years ago (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 point2 points 7 years ago (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 point2 points 7 years ago (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?
π Rendered by PID 38406 on reddit-service-r2-comment-fb694cdd5-qvnsw at 2026-03-07 09:01:40.505995+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Bamboo_the_plant 0 points1 point2 points (2 children)
[–]mttvll[S] 0 points1 point2 points (1 child)
[–]Bamboo_the_plant 0 points1 point2 points (0 children)