原文翻译自:https://www.joyent.com/developers/node
As part of our stewardship of Node.js®, this resource is dedicated to sharing tools and techniques we use at Joyent to operate Node.js in production.
作为我们Node.js的开发管理工作的一部分,该资源致力于分享Joyent公司在NodeJS生产级应用中的使用工具和技巧.
From coding styles and design considerations through debugging large distributed systems, we intend to document our Node.js development and production practices.
内容包括了编码规范、设计原则到调试大规模分布式系统,我们打算把Node.js的开发和生产实践的经验技巧都文档化。
##目录: *设计:https://www.joyent.com/developers/node/design
- EventEmitter
- Streams
- Control Flow
- Coding Style
- Linting
- Logging
- Client Server
- Specific Software
- Error Handling