Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.