Hacker News new | ask | show | jobs
by martin-adams 2672 days ago
Node and a native JavaScript engine aren't the same thing, unless the native JavaScript engine on iOS is Node.
2 comments

Which it's not. iOS uses JavaScriptCore https://developer.apple.com/documentation/javascriptcore
Node isn't even a JavaScript engine.