node.js for microchip pic32
I know lua is working on microchip PIC32 and I wonder if node.js (a javascri开发者_运维问答pt for server) could work on it too or if the lib will be too big or too slow for a PIC32.
Considering the processor power of 80MhZ and the RAM size of 128Kb: no.
The binary of nodejs itself is much larger than that, all dependencies left out (think of openssl and al c-libraries node depends on...).
Conclusion: node.js is too big and PIC32 is too slow.
精彩评论