Skip to content

Commit 68f4514

Browse files
committed
update readme
1 parent 4ba5fbb commit 68f4514

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

Diff for: README.md

+42
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,48 @@ Node.js 的源码分析,基于node v6.0.0。
1717

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

20+
# Table of content
21+
22+
* [惊鸿一瞥](chapter1/README.md)
23+
* [架构一览](chapter1/chapter1-0.md)
24+
* [为啥是libuv](chapter1/chapter1-1.md)
25+
* [V8 概念](chapter2/chapter2-0.md)
26+
* [C++和JS 交互](chapter2/chapter2-1.md)
27+
* [从「hello world」讲起](chapter1/chapter1-2.md)
28+
* [模块加载](chapter2/chapter2-2.md)
29+
* [Global对象](chapter12/chapter12-1.md)
30+
* [事件循环](chapter5/chapter5-1.md)
31+
* [Timer 解读](chapter3/chapter3-1.md)
32+
* [Yield 魔法](chapter3/chapter3-2.md)
33+
* [Buffer](chapter6/chapter6-1.md)
34+
* [Event](chapter7/chapter7-1.md)
35+
* [Domain](chapter13/chapter13-2.md)
36+
* [Stream 流](chapter8/chapter8-1.md)
37+
* [Net 网络](chapter9/README.md)
38+
* [Socket](chapter9/chapter9-1.md)
39+
* [构建应用](chapter9/chapter9-2.md)
40+
* [加密](chapter9/chapter9-3.md)
41+
* [HTTP](chapter10/README.md)
42+
* [HTTP Server](chapter10/chapter10-1.md)
43+
* [HTTP Client](chapter10/chapter10-2.md)
44+
* [FS 文件系统](chapter11/README.md)
45+
* [文件系统](chapter11/chapter11-2.md)
46+
* [文件抽象](chapter11/chapter11-1.md)
47+
* [IO 那些事儿](chapter11/chapter11-3.md)
48+
* [libuv的选型](chapter11/chapter11-4.md)
49+
* [文件 IO](chapter11/chapter11-5.md)
50+
* [Fs 精粹](chapter11/chapter11-6.md)
51+
* [进程](chapter13/README.md)
52+
* [进程](chapter13/chapter13-1.md)
53+
* [Cluster](chapter4/chapter4-1.md)
54+
* [Node.js 的坑](chapter14/chapter14-5.md)
55+
* [其他](chapter14/README.md)
56+
* [Node.js & Android](chapter14/chapter14-1.md)
57+
* [Node.js & Docker](chapter14/chapter14-2.md)
58+
* [Node.js 调优](chapter14/chapter14-3.md)
59+
* [附录](chapter14/chapter14-0.md)
60+
61+
2062
本书版权归作者所有,未经作者授权,禁止一切方式转载。
2163

2264
- 联系作者 @江凌 微博:http://weibo.com/yangjianghua

0 commit comments

Comments
 (0)