AsyncLocalStorage-based context management for request-scoped data
npm install @webpieces/core-context> AsyncLocalStorage-based context management for request-scoped data
Part of the WebPieces TypeScript framework.
- 🔄 Request-scoped data storage using Node.js AsyncLocalStorage
- 🎯 Type-safe context management
- 🚀 Zero dependencies beyond Node.js built-ins
- ✨ Simple, intuitive API
``bash``
npm install @webpieces/core-context
See the main WebPieces README for complete documentation and examples.
Apache-2.0