Multimidiea streaming using binaryjs Streaming a File using binaryjs (A video file in this Example)
npm install binaryjs
server.js : to start the server and send files to client
index.html : recieves the streaming file(video in this case)
To start the server use : < node server.js >
To see the output/video running open the index.html file in browser
In most cases : got to < localhost/appname >