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.
-
Clone the repository:
git clone https://github.com/ucfx/nodejs-video-streaming.git
-
Navigate to the project directory:
cd nodejs-video-streaming
-
Install dependencies:
npm install
-
Start the server:
npm start
-
Open your browser and visit http://localhost:5000.