越来越少对外分享文章了,这些内容是多年的一些笔记和实践,对 Node.js 感兴趣的同学可以看一下,不过有些内容不是很完善,也有点旧了。
1. 通过源码分析 Node.js 底层原理
https://theanarkh.github.io/understand-nodejs
2. Node.js 源码分析系列文章
https://www.zhihu.com/column/c_1094251741922619392
3. 《深入剖析 Node.js 底层原理》掘金小册和配套代码
https://juejin.cn/book/7171733571638738952
https://github.com/theanarkh/nodejs-book
4. JavaScript 运行时 Demo
https://github.com/theanarkh/js-runtime-demo
5. No.js: 基于 V8 和 io_uring 的 JavaScript 运行时
https://github.com/theanarkh/No.js
6. Deer: 基于 V8 和 kqueue 的 JavaScript 运行时
https://github.com/theanarkh/Deer
7. Node.js V10.x 源码注释
https://github.com/theanarkh/read-nodejs-code
8. Libuv 源码注释
https://github.com/theanarkh/read-libuv-code
9. 之前分享里的一些示例代码
https://github.com/theanarkh/nodejs-code
10 .更多内容可以在 github 仓库搜 node
https://github.com/theanarkh