📦 yjhjstz / deep-into-node

In-depth understanding of Node.js: Core Ideas and Source Code Analysis

4.4k stars 617 forks 👁 4.4k watching
libuvnodejsv8
📥 Clone https://github.com/yjhjstz/deep-into-node.git
HTTPS git clone https://github.com/yjhjstz/deep-into-node.git
SSH git clone git@github.com:yjhjstz/deep-into-node.git
CLI gh repo clone yjhjstz/deep-into-node
letianpailove letianpailove Complete the reference link (#51) 09aed49 10 months ago 📝 History
📂 master View all commits →
📁 .github
📁 chapter1
📁 chapter10
📁 chapter11
📁 chapter12
📁 chapter13
📁 chapter14
📁 chapter2
📁 chapter3
📁 chapter4
📁 chapter5
📁 chapter6
📁 chapter7
📁 chapter8
📁 chapter9
📄 .gitignore
📄 alipay.jpg
📄 book.json
📄 README.md
📄 SUMMARY.md
📄 README.md

《深入理解Node.js:核心思想与源码分析》

Node.js 的源码分析,基于node v6.0.0。

源码分析包括(libuv, v8), 需要有一定的 C、C++基础。 Node.js 的源码到处闪烁着开发者的智慧和追求极致的精神。 包括但不限于:

  • 系统架构
  • 设计模式
  • 性能优化
  • 奇技淫巧
本书通过分析 node 核心模块的实现,向读者阐述 node 异步 IO,事件循环的核心思想。帮助开发者更好的使用 Node.js。

通过追溯 node 社区开发issue, 探讨 node 的变迁和演进,学习 node.js 的设计哲学。

Table of content

本书版权归作者所有,未经作者授权,禁止一切方式转载。

  • 联系作者 @江凌 微博:http://weibo.com/yangjianghua
  • 邮箱:yjhjstz#gmail.com, 博客:http://alinode.aliyun.com
本书尚在撰写中,欢迎读者讨论https://github.com/yjhjstz/deep-into-node/issues

如果您觉得还不错, 请我喝杯咖啡,欢迎Star, 提交PR

zhi