--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com.
To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
--
-Karl Tiedt
--
Dav Glass
davg...@gmail.com
blog.davglass.com
+ Windows: n. - The most successful computer virus, ever. +
+ A computer without a Microsoft operating system is like a dog
without bricks tied to its head +
+ A Microsoft Certified Systems Engineer is to computing what a
McDonalds Certified Food Specialist is to fine cuisine +
Apple would not prohibit Node from running an app.
http://www.apple.com/pr/library/2010/09/09statement.html
http://daringfireball.net/2010/09/app_store_guidelines
However Nathan's hack is for a rooted phone - this is quite different
than running Node inside the CF event loop, which is a rather large
undertaking.
You may also run into problems with V8's JIT not being able to
function properly due to iOS not allowing memory pages to be marked as
executable. This is supposedly the reason Nitro / SquirrelFish Extreme
isn't enabled in WebKit embedded in third-party applications.
I don't know about iOS or Android, but it (node) is part of the
official SDK on webOS. ;)
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
For more options, visit this group at
Anyway, I think it's cool and fun to try to get node on non-supported
platforms as well, good luck.
On Fri, Jul 8, 2011 at 4:22 PM, Stephen Belanger <cyruz...@gmail.com> wrote:
I haven't heard of anybody getting V8 running on a non-jailbroken
device, and I'm almost positive that it's not currently possible
thanks to Apple.
You can follow the V8 ticket I made regarding the issue, which has
surprisingly gotten a bit of attention lately, including a new patch
that I haven't even tried yet:
http://code.google.com/p/v8/issues/detail?id=1312