@empellio/upload-chunked
v0.1.0
Published
Universal JavaScript/TypeScript library for chunked file uploads with resume support, checksum verification, and pluggable storage backends. Works in browsers, Node.js, and hybrid environments. Provides both a client SDK and server-side handler utilities
Maintainers
Readme
@empellio/upload-chunked
Universal JS/TS library for chunked uploads with resume, checksum verification, and pluggable backends. Works in browsers and Node.js. Includes client SDK and server handlers (Express/Fastify/Koa).
- Install and Quickstart: DOCS/quickstart.md
- Client API: DOCS/client-api.md
- Server API: DOCS/server-api.md
- Storage Adapters: DOCS/storage-adapters.md
- Checksums & Resume: DOCS/checksums-and-resume.md
- React Hook: DOCS/react-hook.md
- Encryption: DOCS/encryption.md
Examples:
- Express server: examples/express-server
- Fastify server: examples/fastify-server
- Koa server: examples/koa-server
- Browser client: examples/client-browser
MIT © Empellio OSS
