modeswitch / mozbench

0 stars 0 forks source link

Port framework to run on Android #5

Closed modeswitch closed 10 years ago

modeswitch commented 10 years ago

I removed all the native deps (zeromq, zeroconf) so the framework now runs in node.js only. Should be portable to Android assuming we can compile and run node.js there.

jmaher commented 10 years ago

todo- experiment with node.js on android- see what type of file i/o and process management we can do.

modeswitch commented 10 years ago

https://github.com/paddybyers/anode

modeswitch commented 10 years ago

I have node.js running on my nexus5. Should also work on nexus4.

modeswitch commented 10 years ago

I'm gonna mark this as done. Any additional work will fall into the same category as porting to windows or darwin (#12).

modeswitch commented 10 years ago

I'm gonna mark this as done. Any additional work will fall into the same category as porting to windows or darwin.

modeswitch commented 10 years ago

I wrote up the instructions here: https://gist.github.com/modeswitch/114c9bd55d800df242a2