Hacker News new | ask | show | jobs
by scarface74 2673 days ago
Node should be the easiest to conform to Apple’s policies. It is using the native JavaScript engine.
1 comments

Node and a native JavaScript engine aren't the same thing, unless the native JavaScript engine on iOS is Node.
Which it's not. iOS uses JavaScriptCore https://developer.apple.com/documentation/javascriptcore
Node isn't even a JavaScript engine.