Appolo Context
JSON →A lightweight library for managing async context in Node.js using the experimental async_hooks API. It provides a namespace-based approach to create, get, and delete contexts, as well as a default context for simpler use cases. Key features include scope-based execution, get/set value storage, and explicit enable/destroy lifecycle control. Current stable version is 6.0.9, released under MIT license. Release cadence is sporadic, with major version bumps often indicating breaking changes. Differentiators from similar packages (e.g., cls-hooked, async_hooks) include a simpler API with namespaces and direct context.get/set methods, but note reliance on the experimental async_hooks API which may change in future Node.js versions.
Resources
packageappolo-context ↗