Skip to content

Instantly share code, notes, and snippets.

View 34r7h's full-sized avatar
💭
Networking

34r7h

💭
Networking
View GitHub Profile
@34r7h
34r7h / video.js
Created July 11, 2013 02:34 — forked from Drubo/video.js
var child_process = require('child_process'),
sys = require('sys'),
http = require('http'),
parse = require('url').parse,
fs = require('fs');
var spawn = child_process.spawn;
var exec = child_process.exec;