Skip to content

Instantly share code, notes, and snippets.

@maggocnx
Created November 13, 2013 13:26
Show Gist options
  • Save maggocnx/7449077 to your computer and use it in GitHub Desktop.
Save maggocnx/7449077 to your computer and use it in GitHub Desktop.
Simulating latency in express
app.use(function(req,res,next){setTimeout(next,1000)}); // Simulating latenceny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment