Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 517 Bytes

License: MIT

Video Streaming

using node.js server we are going to show some videos on our web application.

request to localhost:3000 will render an html page from which it contains links to the videos .

check the code from here

How It Works?

open terminal and run

npm start

open your browser and go to

www.localhost:3000