Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 689 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 689 Bytes

nodejs-video-streaming

💡 Description

This project is a simple video streaming server built with Node.js. The main goal of this project is to demonstrate the use of read streams in Node.js, particularly in the context of serving video content.

📖 How to Run

  1. Clone the repository:

    git clone https://github.com/ucfx/nodejs-video-streaming.git
  2. Navigate to the project directory:

    cd nodejs-video-streaming
  3. Install dependencies:

    npm install
  4. Start the server:

    npm start
  5. Open your browser and visit http://localhost:5000.