Would like to know is node.js with V8 engine suitable to be deployed on limited memory device (e.g. 256mb) and running in parallel with other process.
I read that it
64MB of RAM is sufficient for V8 and Node.js
See "Compiling Node.js for Arduino YÚN" and also "installing Node.js on Arduino YÚN".
Arduino YÚN runs linux with 64MB of RAM.