1.0.7 • Published 4 years ago

http-chunk-serve v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

I. Introduction

A http-serve alternative server which md5 for chunk or entire file download

II. Installation

npm i http-chunk-serve@<version> -g

III. Usage

Run http-chunk-serve --port <port> --path <serve-folder> to start a http file server.

Note that:

  • If --port is missing, port 80 will be used.
  • If --path is missing, by default, this app will serve ./public folder if it's exist. Otherwise, cwd will be serve.

FYI,

  • You can use a file downloader client which has been publish to http-chunk-downloader to get benefit from this lib.
  • http-chunk-serve is not a newer version of http-serve and it's not support arguments as http-serve does. The cli was built on top of custom @express/serve-static middleware. You can find the repo of this middleware at github.com/gigasource/serve-static
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago