# @webpieces/core-context

> AsyncLocalStorage-based context management for request-scoped data

Part of the [WebPieces TypeScript](https://github.com/deanhiller/webpieces-ts) framework.

## Features

- 🔄 Request-scoped data storage using Node.js AsyncLocalStorage
- 🎯 Type-safe context management
- 🚀 Zero dependencies beyond Node.js built-ins
- ✨ Simple, intuitive API

## Installation

```bash
npm install @webpieces/core-context
```

## Documentation

See the main [WebPieces README](https://github.com/deanhiller/webpieces-ts#readme) for complete documentation and examples.

## License

Apache-2.0
