Paddy Byers

Results 138 comments of Paddy Byers

Have you looked at Webinos (https://github.com/webinos) ? This does have a lot in common with what you're trying to do - an HTML5 application environment, with javascript APIs implemented over...

Unfortunately anode is still based on the v0.6 port that I did, and depends on isolates. There's quite a bit of work needed to roll that forward. It's good the...

No, there have been lots of changes, but github removed the downloads feature, and so I stopped posting new binaries.

That's correct, and it's because the process itself doesn't exit. Apps that rely on the process exit to clean up will leak, so it is the responsibility of the app...

Hi, Yes, I do plan to do it (although I guess we'd target 0.10 now). The work to do falls into two parts: 1) a simple port of the node...

BTW I've just done a first version of the node port of v0.11.0 to Android: https://github.com/paddybyers/node/tree/v0.11-android This doesn't have the anode-related isolate changes in, but it can be run as...

Hi, see here: https://github.com/paddybyers/node/commits/v0.11-android This is a first port of 0.11 - just the executable, not any of the isolate stuff.

bridge.node is a node add-on, which implements the java bridge. The build will produce a stripped version, which is the one you would deploy, in libs/armeabi/ However, the node executable...

Lets move this to an issue over on the node repo. I just added some notes to the wiki there: https://github.com/paddybyers/node/wiki/Building-v0.11-for-Android