Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alsotang/cf_workers__file
Generate arbitrary size file on Cloudflare Workers
https://github.com/alsotang/cf_workers__file
Last synced: 2 months ago
JSON representation
Generate arbitrary size file on Cloudflare Workers
- Host: GitHub
- URL: https://github.com/alsotang/cf_workers__file
- Owner: alsotang
- License: apache-2.0
- Created: 2020-09-12T06:36:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T18:07:09.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T01:10:36.128Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 141 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# description
Generate arbitrary size file on [Cloudflare Workers](https://workers.cloudflare.com/).
You can use this service to test your network download speed.
# usage
```bash
wget https://file.ringring.workers.dev/100m
wget https://file.ringring.workers.dev/1g
wget https://file.ringring.workers.dev/500k
```# limits
* No transfer speed limit, since it is based on Cloudflare Workers worldwide.
* No file size limit. The service use stream to generate file internally.
* Download time should under 30s, otherwise the worker may abort.