开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜