https://github.com/wiktor-k/http-streaming
Streams HTTP file using ranged requests
https://github.com/wiktor-k/http-streaming
http range streaming
Last synced: about 1 year ago
JSON representation
Streams HTTP file using ranged requests
- Host: GitHub
- URL: https://github.com/wiktor-k/http-streaming
- Owner: wiktor-k
- License: apache-2.0
- Created: 2017-11-07T13:58:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T14:03:38.000Z (over 8 years ago)
- Last Synced: 2025-02-01T10:32:38.434Z (about 1 year ago)
- Topics: http, range, streaming
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/http-streaming
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTP Streaming
Streams given URL contents to stdout and uses [HTTP range requests][RR] to
fetch additional content when it is available every couple of seconds.
[RR]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
Useful for dynamically appended logs (build logs, event collectors, etc.)
To start streaming a file use this command:
npx http-streaming https://example.com