←back to thread

454 points positiveblue | 2 comments | | HN request time: 0.429s | source
Show context
jjangkke ◴[] No.45066437[source]
I would love to get off Cloudflare but there are no real good alternatives
replies(2): >>45066454 #>>45066577 #
bob1029 ◴[] No.45066577[source]
Writing backends that can actually handle public traffic and using authentication for expensive resources are fantastic alternatives.

Also, cheaply rate limiting malicious web clients should be something that is trivial to accomplish with competent web tooling (i.e., on your own servers). If this seems out of scope or infeasible, you might be using the wrong tools for the job.

replies(5): >>45067059 #>>45067133 #>>45067908 #>>45068764 #>>45069003 #
nromiun ◴[] No.45067133[source]
Even if you write the best backend in the world where do you host them? AFAIK Cloudflare is the only free CDN.
replies(1): >>45074612 #
1. lostmsu ◴[] No.45074612[source]
GitHub pages?
replies(1): >>45075108 #
2. nromiun ◴[] No.45075108[source]
You can't pipe any media files from any origin to GitHub Pages.

There are many free static site hosts but not many free CDN.