用于微芯片 pic32 的 Node.js

发布于 2024-10-22 05:23:36 字数 97 浏览 7 评论 0原文

我知道 lua 正在微芯片 PIC32 上工作,我想知道 node.js(服务器的 javascript)是否也可以在它上工作,或者 lib 对于 PIC32 来说是否太大或太慢。

I know lua is working on microchip PIC32 and I wonder if node.js (a javascript for server) could work on it too or if the lib will be too big or too slow for a PIC32.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福%小乖 2024-10-29 05:23:36

考虑到 80MhZ 的处理器能力和 128Kb 的 RAM 大小:否。

Nodejs 本身的二进制文件比这要大得多,所有依赖项都被忽略了(想想 openssl 和 al c-libraries 节点依赖于......)。

结论:node.js 太大,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文