Skip to content

Instantly share code, notes, and snippets.

@geek
Created April 26, 2013 17:34
Show Gist options
  • Save geek/5468931 to your computer and use it in GitHub Desktop.
Save geek/5468931 to your computer and use it in GitHub Desktop.
// Middle tier (similulates inbound and outbound traffic)
// Load modules
var Http = require('http');
setInterval(function () {
Http.request({ port: 9000 }).end();
}, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment