node

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

When to use

使用场景

Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications.
当你处理Node.js代码时,可使用本技能获取领域特定知识,以构建健壮、高性能且易于维护的Node.js应用。

How to use

使用方法

Read individual rule files for detailed explanations and code examples:
  • rules/async-patterns.md - Async/await and Promise patterns
  • rules/error-handling.md - Error handling patterns in Node.js
  • rules/typescript.md - Best practices for writting TypeScript
阅读各个规则文件以获取详细说明和代码示例:
  • rules/async-patterns.md - Async/await与Promise模式
  • rules/error-handling.md - Node.js中的错误处理模式
  • rules/typescript.md - TypeScript编写最佳实践