Skip to content

Instantly share code, notes, and snippets.

@erichocean
erichocean / client.js
Created January 24, 2010 08:30 — forked from felixge/client.js
node.js load testing client
var
PARALLEL_CONNECTS = 10,
http = require('http'),
sys = require('sys'),
connectionCount = 0,
messageCount = 0;
lastMessages = 0;
function addClient() {