Express Agregar retraso
app.use(function(req,res,next){setTimeout(next,1000)});
Careful Cormorant
app.use(function(req,res,next){setTimeout(next,1000)});