wss.broadcast = function(data) { for(var i in this.clients) { this.clients[i].send(data); } };