https://github.com/dbushell/deno_turtle
🐢 Streams random binary data at incredibly slow speeds!
https://github.com/dbushell/deno_turtle
deno fetch javascript storage
Last synced: about 1 year ago
JSON representation
🐢 Streams random binary data at incredibly slow speeds!
- Host: GitHub
- URL: https://github.com/dbushell/deno_turtle
- Owner: dbushell
- License: mit
- Created: 2023-09-25T14:05:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T05:57:15.000Z (over 2 years ago)
- Last Synced: 2025-01-07T21:11:43.781Z (about 1 year ago)
- Topics: deno, fetch, javascript, storage
- Language: JavaScript
- Homepage: https://turtle.deno.dev
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐢 Turtle
Turtle is a Deno Deploy project that streams random binary data at incredibly slow speeds!
[turtle.deno.dev](https://turtle.deno.dev)
Its purpose is to demonstrate web streams, fetch progress, controllers, and [file storage APIs](https://developer.mozilla.org/en-US/docs/Web/API/Storage_API).
## Notes
The example streams a 10 KB random binary file at 512 bytes per second. It should take around 20 seconds. Storage usage includes downloaded files and other cached assets as reported by the browser.
[Read my blog post for more information.](https://dbushell.com/2023/10/02/storage-apis-downloading-files-for-offline-access/)
* * *
[MIT License](/LICENSE) | Copyright © 2023 [David Bushell](https://dbushell.com)