Skip to content

Instantly share code, notes, and snippets.

View jtomaszon's full-sized avatar

Javier Tomas Zon jtomaszon

View GitHub Profile
/*
* Inspired by: http://stackoverflow.com/questions/4360060/video-streaming-with-html-5-via-node-js
*/
var http = require('http'),
fs = require('fs'),
util = require('util');
http.createServer(function (req, res) {
var path = 'video.mp4';