node-tutorial icon indicating copy to clipboard operation
node-tutorial copied to clipboard

换一种思路来学习nodejs

Results 3 node-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

**感谢大佬的分享,受益颇多!** 发现这里描述应该有点问题: ![image](https://github.com/wangfupeng1988/node-tutorial/assets/15903330/619f9c10-abfe-4bb0-954d-936eda25aa5e) - js完全可以用像java一样设计成多线程 - 多线程语言完全可以用来dom操作,视图更新的,只不过要区分 `main线程` 和 `work线程` 的概念,比如`Android`和 `ios `之类的原生开发 个人觉得 应该是js **最初的定位和脚本设计**,导致了他就是单线程的特性 如今的js ! 也有work 的概念了不是嘛