内容简介:目前 70%的接口已经实现,另外 30%仍在实现中。如下接口则不会实现: worker cluster , child_process 等进程模块,lowjs 没有进程的概念。 Debugger 和 v8, 而是使用
lowjs 是用于嵌入式设备,单片机的 Node.js 环境,适用于便宜,低耗能的使用场景。
Nodejs 的实现情况
目前 70%的接口已经实现,另外 30%仍在实现中。
如下接口则不会实现: worker cluster , child_process 等进程模块,lowjs 没有进程的概念。 Debugger 和 v8, 而是使用 neonious
调试器`。 Internalization, as not required for typical microcontroller usage
对第三方 npm 模块的支持
总的来说你可以安装,但是能不能用需要你自己验证,因为这一块太大了。
- 目前测试 express 可用。
- request 不支持 https。
- ws 部分支持。
开发方式
通过 USB 串口 与 PC 相连,使用 lowsync
来同步开发 PC 和单片机之间的程序和日志。
WIFI 和磁盘空间
lowjs 自动控制网络,这个简便许多。 磁盘空间一般是 1M,最大可调至 12M。
以上所述就是小编给大家介绍的《lowjs-用于嵌入式设备的nodejs环境》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
ActionScript 3.0 Cookbook
Joey Lott、Darron Schall、Keith Peters / Adobe Dev Library / 2006-10-11 / GBP 28.50
Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs......一起来看看 《ActionScript 3.0 Cookbook》 这本书的介绍吧!