First Node.js Application Is Accepted to Apple’s App Store(nubisa.com)
nubisa.com
First Node.js Application Is Accepted to Apple’s App Store
http://nubisa.com/first-node-js-application-is-accepted-to-apples-app-store/
1 comments
How does this differ from phonegap?
It's not clear, but it seems they use their own javascript engine instead of Apple's ? they sell JXCORE which is a commercial version of nodejs.
It is open source: https://github.com/jxcore/jxcore
It's a mini node.js environment. So you can require npm packages. I believe native module support is iffy but getting better.
My thoughts exactly. What are these guys doing differently?