paddybyers / node

evented I/O for v8 javascript
http://nodejs.org/
Other
91 stars 24 forks source link

porting node.js v0.8.x on Android #23

Closed sequoiar closed 11 years ago

sequoiar commented 11 years ago

could you show me some clue to port node.js to Android?

paddybyers commented 11 years ago

this is a duplicate; see my comments on https://github.com/paddybyers/anode/issues/15

paddybyers commented 11 years ago

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 an executable.

Because of the complexity of the new v8 build process I'm running it with v8 as a shared library right now, built separately.