Simple Continuation Local Storage

JSON →
library 1.0.22 ·javascript maintenance
verified Jun 7, 2026

Simple continuation local storage for Node.js >= 6. Provides a thread-local-like mechanism using Proxies, allowing state to persist through async continuations without explicit parameter passing. Version 1.0.22. Low boilerplate compared to alternatives like cls-hooked or AsyncLocalStorage. Suitable for request-scoped data in HTTP servers. No active development since 2020.