Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 467 Bytes

binaryjs

Multimidiea streaming using binaryjs Streaming a File using binaryjs (A video file in this Example)

Installing Binaryjs

npm install binaryjs

Files

server.js : to start the server and send files to client

index.html : recieves the streaming file(video in this case)

Running

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 >