Crates.io | tus_web |
lib.rs | tus_web |
version | 0.1.0 |
source | src |
created_at | 2024-07-21 01:44:05.976939 |
updated_at | 2024-07-21 01:44:05.976939 |
description | TUS protocol client for the web. |
homepage | |
repository | https://github.com/littlebenlittle/web_sys_resumable |
max_upload_size | |
id | 1310032 |
size | 18,087 |
TUS protocol client for web and node.
Start the reference server:
podman run \
-d \
--rm \
--name tusd \
-p 1080:1080 \
docker.io/tusproject/tusd:v1.9
Run tests
wasm-pack test --node