Skip to content

Instantly share code, notes, and snippets.

View alexgorbatchev's full-sized avatar
👋

Alex Gorbatchev alexgorbatchev

👋
View GitHub Profile
var sys = require("sys");
var http = require("http");
var connections=[];
function update() {
if (connections.length) {
connections.forEach(function(c) {
sys.puts(c);
c.write('oi\n');