Skip to content

Commit d7600b0

Browse files
committed
Update README
1 parent f450476 commit d7600b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
@@ -35,5 +37,4 @@
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_

0 commit comments

Comments
 (0)