Fork me on GitHub

Middleware

Flowee supports express/loopback/restify compatible middleware, using the familiar .use() function:

flowee.use( yourmiddleware );

flowee.start(....){}

Basically anything which looks like:

function (req,res,next){

}

Ratelimiting

try ratelimit-middleware

generated at Mon Jan 4 18:14:08 CET 2016