Node Async

Node.js async patterns advisor. Always use this skill when working with async/await, Promises, the event loop, streams, backpressure, callbacks, or concurrent operations in Node.js. Use when the user asks about unhandled promise rejections, blocking the event loop, Promise.all vs Promise.allSettled, slow Node.js under load, stream backpressure, or says "my Node app lags under load", "event loop is blocked", "how do I implement backpressure", "unhandled promise rejection", or "concurrent requests". Read this before debugging any Node.js async or concurrency issue.

AllThingsSmitty Updated

File contents

AllThingsSmitty/agent-skills/tree/main/skills/node-async commit d1c694a28e

Frequently asked questions

npx skillmds@latest add allthingssmitty/node-async