On Mon, Sep 17, 2012 at 7:56 AM, Shiplu <[email protected]> wrote: > I am creating a chat application which will run on embedded device. It > has only 8MB flash memory and 16Mb RAM. Processor is ARM6. > Is it possible to run nodejs application there? The application will > be Ajax based heavy RIA application. It'll be heavy on client side. > But not on server side. > I googled many times but didn't find any clue about it. I am aware V8 > can be compiled in to ARM. Not sure if its support all the ARM > processors. To run node I must have V8 compiled and then node js > should be compiled too. > > If anyone has experience on this please share how its done and what > are the common issues.
You can compile node.js and V8 for ARMv6 (the binary will actually be ARMv5 compatible) but 16 MB is probably not enough to do anything useful. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
