I have managed to get a binary for node 7.2 and I would like to use it to call a node module from an application in Java. Is there a way of achieving this? On Windows it's fairly straightwordward, you ship the binary and call it from within your application, but how do I do that on android with Java? is that even possible?
please excuse the noobish question, I'm quite new to android development.