File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# NestJS File Streaming
2+
23[ ![ CodeQL] ( https://github.com/davidschuette/nestjs-file-streaming/actions/workflows/codeql-analysis.yml/badge.svg?branch=master )] ( https://github.com/davidschuette/nestjs-file-streaming/actions/workflows/codeql-analysis.yml )
34
45## Features
56
67- Efficient upload / download
78- Very low RAM usage
89- Great for providing large files without storing them in the filesystem
10+ - Can be used to efficiently stream video files (skipping in the timeline will result in a partial download)
911- Accepts ` range ` header to support partial downloads
1012
1113## Used packages
3537- ` GET ` to ` http://localhost:3101 ` for list of uploaded videos
3638- More information can be found in the Swagger Documentation
3739
38-
3940## _ Caution! This is not a production grade server_
You can’t perform that action at this time.
0 commit comments