Skip to content

Instantly share code, notes, and snippets.

@rahuldhole
rahuldhole / README.md
Created February 16, 2026 14:26 — forked from piyushgarg-dev/README.md
Kafka Crash Course
/*
* 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';