How to run my node.js project on android?
问题 I have a working php server on my android tablet, so I hope it's available somehow to run nodejs also. The source code is available on github, and it can be build on linux also, but I can't really understand, how to build it. Thanks in advance, 回答1: The instructions for a build are missing from the website: Download it: wget http://nodejs.org/dist/v0.8.1/node-v0.8.1.tar.gz Unpack it: tar xzf node-v0.8.1.tar.gz Go to the unpacked folder: cd node-v0.8.1/ Run ./configure && make && sudo make