Skip to content

shaikrasheed99/nodejs-video-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Streaming using Nodejs

Simple video streaming website which returns video from the server to client through sequence of chunks.

Setup

Clone the repo.

$ git clone https://github.com/shaikrasheed99/nodejs-video-streaming.git
$ cd nodejs-video-streaming

Client

$ cd frontend

Open index.html file in browser.

Server

$ cd backend
$ npm install
$ npm run start