@manga-js/middleware
v1.0.0
Published
Module to handle middleware based in string path
Downloads
3
Readme
manga-middleware
Simple Middleware component. The purpose of this module is to create a method stack/queue like express middleware module, but without the dependency on http requests
The main difference is the res
variable, here it is just a object that each method can modify.
Install
npm i --save @manga-js/middleware
Usage