• Node Debug 三法三例
  • 介绍
  • 1. node debug
  • 2. node inspector
  • 3. 测试驱动开发
  • 4. 资源
Powered by GitBook

Node Debug 三法三例

1.4. 资源

  • debugger官方文档
  • node-inspector仓库地址

  • nodeunit

  • mocha

  • https://github.com/baryon/tracer

  • http://www.habdas.org/node-js-debugging-primer/

  • https://github.com/visionmedia/mocha

  • http://visionmedia.github.io/mocha/

  • http://mochajs.org/
  • https://github.com/chaijs/chai
  • http://chaijs.com/
  • http://sinonjs.org/
  • http://zombie.labnotes.org/
  • https://github.com/tj/supertest(api test文档)
  • https://github.com/tj/superagent/blob/master/test/node/agency.js(api test示例)
  • https://github.com/i5ting/js-tools-best-practice/blob/master/doc/Gulp.md
  • https://github.com/SBoudrias/gulp-istanbul