1.2.12 • Published 12 months ago

appcenter-file-upload-client-node v1.2.12

Weekly downloads
30,881
License
MIT
Repository
github
Last release
12 months ago

Overview

Visual Studio App Center among other features offers App Center Distribute. It is a tool for developers to quickly release builds to end user devices. Developers need to upload release builds to distribute through App Center.

This library is a shared piece of our uploader node clients. It leverages App Center File Upload Service and allows uploading many chunks (slices of a release binary) in parallel. It takes the binary file, slices it in 4mb chunks, and uploads them simultaneously.

The main benefits of that approach:

  • Uploading speed can be ten times faster for high latency connections.
  • Smart retry mechanism: the retries are made on a per-chunk basis.

Testing

Run npm run test

1.2.12

12 months ago

1.2.11

2 years ago

1.2.10

2 years ago

1.2.8

2 years ago

1.2.9

2 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.3

5 years ago

1.1.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago