This skill provides comprehensive guidance for building modern Node.js applications covering the event loop, async patterns, streams, file system operations, HTTP servers, process management, and best practices for production-ready Node.js development.
The event loop is the heart of Node.js, enabling non-blocking I/O operations despite JavaScript being single-threaded.
Node.js supports both CommonJS and ES Modules for organizing code.
Комплексные навыки разработки Node.js, охватывающие цикл событий, асинхронные шаблоны, потоки, файловую систему, HTTP-серверы, управление процессами и современные лучшие практики Node.js. Источник: manutej/crush-mcp-server.