Database
Browse 5,303 skills across 372 packs and 37 categories
Child Processes
198LChild process management patterns for spawning, communicating with, and controlling external processes
Clustering
198LCluster module patterns for scaling Node.js applications across multiple CPU cores
Error Handling
218LComprehensive error handling strategies for robust and debuggable Node.js applications
Event Emitter
166LEventEmitter patterns for building decoupled, event-driven architectures in Node.js
File System
192LModern fs/promises patterns for safe, efficient file system operations in Node.js
Native Modules
231LN-API and native addon patterns for extending Node.js with high-performance C/C++ and Rust modules
Streams
161LNode.js streams for efficient memory-conscious data processing with backpressure handling
Worker Threads
190LWorker threads for offloading CPU-intensive tasks without blocking the Node.js event loop