This is a simple nodejs api that serves videos and streams them to the client. It uses the range-parser package to parse the range header and the range-stream package to stream the video to the client.
bash npm install
bash npm start
or bash node index.js