Tomorrow is another day
source/_posts/node-notes-in-depth.md
Node 适合异步 I/O 任务,但单线程处理计算密集型操作时需用子进程避免阻塞。