目录

NodeJS/Javascript

  • Nodejs v4.0.0 之后的版本需要 gcc 4.7版本以上来进行 addon 编译. GCC 4.7 or newer is required due to V8 using the template alias feature in C++.

1. V8 GC

2. ECMAScript


3. Packages

›› Modules

›› npm or yarn

›› pm2

›› rxjs

›› async

›› promise

›› express

›› winston

›› moment

›› http-server

›› 一些好用的库

›› tips

4. 代码规范

5. 项目瘦身


6. Syntax

6.1 New

6.2 JS的原型链

6.3 Tips

7. Debug