So far, v8 and libev seem to work. libeio needs some more work on the I/O side. I’ve wrapped all the missing bionic kernel calls, so they are emulated correctly on the thwarted libc available on Android. They appear with ANDROID defines. Maybe node.js main could take those back into their repo? I have yet to modify the makefiles, conforming to ndk-buiid, to generate JS2CC files, so for now, the translated js to native are committed in the repo
Running basic eval commands with node.js returns results in the log files. I believe that Node.js can be used client side too. It offers a very simple way to write JavaScript code in multiple modules with export and require declarations. The V8 bridge is simple and will allow other libraries to be developed as local and remote modules. My goal, as I move forward with this project, is to offer all functionalities that a modern browser DOM would supply (including webgl), to the client JavaScript executables.