Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dannycalleri/progressive-downloader-ts

Demo for a download widget built using a Progressive Enhancement strategy
https://github.com/dannycalleri/progressive-downloader-ts

Last synced: 7 days ago
JSON representation

Demo for a download widget built using a Progressive Enhancement strategy

Awesome Lists containing this project

README

        

# Progressive downloader demo

Small demo of a downloader widget written in plain TypeScript using Progressive Enhancement techniques.

## Try it

1. `npm install`
2. Place a big ZIP file (> 1GB suggested) called package.zip inside `public/files/`
2. Change `TOTAL_BYTES` constant in `app.ts`, matching your file size
3. `npm start`