如何阅读node源代码.

要学会读node 源码; 首先要让node 运行起来 git clone https://github.com/nodejs/node.git cd node ./configure && make make install make test 源文件分三类 纯JavaScript 写的核心模块 带NativeBinding的JavaScript核心模块 c++文件 然而, 我们学习的话主要是学习
相关文章
相关标签/搜索