https://github.com/vednig/http-stream
https://github.com/vednig/http-stream
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vednig/http-stream
- Owner: vednig
- Created: 2021-03-06T15:07:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T15:29:57.000Z (over 4 years ago)
- Last Synced: 2025-04-13T11:53:14.689Z (6 months ago)
- Language: JavaScript
- Size: 59.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run
```
npm install
npm start
```### Bonus Challenge
You can decide how much data to actually give back to the browser
instead of streaming the whole video like Chrome asks.Can you figure out how to make the chunk size 10kb per request?