@fastify/request-context
Request-scoped storage support, based on Asynchronous Local Storage, with fallback to cls-hooked for older Node versions
express-http-context2
Modern request-scoped storage support for Express.js based on Asynchronous Local Storage.
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