Flowee supports express/loopback/restify compatible middleware, using the familiar .use() function:
.use()
flowee.use( yourmiddleware ); flowee.start(....){}
Basically anything which looks like:
function (req,res,next){ }
try ratelimit-middleware