CodeBrowser / npm / flowstate
flowstate@0.6.0
// Per-request state management middleware.
$ npm install flowstate
downloads/wk
69,860
license
MIT
version
0.6.0
published
Oct 18, 2023
What is flowstate?
Flowstate is middleware for Express and Connect that manages state on a per-request basis, allowing you to store and access request-scoped data throughout your application. Use this package when you need to track information across different layers of your application without passing parameters through every function call or relying on global variables.
Keywords
#express #connect #state
Dependencies (5)
Maintainers
jaredhanson