Hacker News new | ask | show | jobs
by sdan 2383 days ago
Or you can build your own CDN with Cloudflare Workers: https://developers.cloudflare.com/workers/tutorials/configur...

Did it with https://sdan.io/cdn (I host a ton of files so my other websites can quickly access them) an example: http://sdan.cc/gradient.jpg (may be a bit slow... it's 1MB)

2 comments

Thanks for the share, I didn't realize you could use Cloudflare workers for this too.
Thats cool. Thanks