asynchronous-local-storage
Asynchronous local storage implementation based on Node.js ALS with fallback to cls-hooked for older Node.js versions
alscontext
Continuation-local storage using Node.js AsyncLocalStorage with fallback to modified cls-hooked
fast-als
Asynchronous local storage implementation which provides an agnostic and performant approach no matter your version of node.
als-context-test
Continuation-local storage using Node.js AsyncLocalStorage with fallback to cls-hook