Live data from Hacker News

Bunny Database

bunny.net

21–30 of 142 posts

Re: Bunny Database

#23
post #13
post #7

Earlier quoted context omitted.

Huh, how? Did you have to modify your site a lot to do switch? I tried to test it out as a CDN replacement for Cloudflare but the workflow was a lot different. Instead of just using DNS to put it in front of another website and proxy the requests (the "orange cloud" button), I had to upload all the assets to Bunny and then rewrite the URLs in my app. Was kind of a pain

They do have the CDN proxy too. Not sure when it was implemented though. It's a similar process to Cloudflare. Point the NS to them and enable the proxy for a domain or subdomain.

When I tried it last year, their edge compute infra was just not there yet. It could not do any meaningful server-side rendering because of code size, compute and JS standard constraints.

Has this situation changed?

Re: Bunny Database

#24
post #23
post #13

Earlier quoted context omitted.

They do have the CDN proxy too. Not sure when it was implemented though. It's a similar process to Cloudflare. Point the NS to them and enable the proxy for a domain or subdomain.

When I tried it last year, their edge compute infra was just not there yet. It could not do any meaningful server-side rendering because of code size, compute and JS standard constraints. Has this situation changed?

Not sure what you mean with ssr for a CDN?

Re: Bunny Database

#26
post #7
post #2

Pretty cool. I’ve been using Bunny as a Cloudflare replacement for a couple of years and my experience has been flawless.

Huh, how? Did you have to modify your site a lot to do switch? I tried to test it out as a CDN replacement for Cloudflare but the workflow was a lot different. Instead of just using DNS to put it in front of another website and proxy the requests (the "orange cloud" button), I had to upload all the assets to Bunny and then rewrite the URLs in my app. Was kind of a pain

I have been using them for over a year. THey have the same flow as Cloudflare, point domain to thier CDN, set CDN Pull Zone to target your server. I havent had to do anything.

They even support websockets.

Why they cant do is the TUnnel stuff, or at least fake it. I have ipv6 servers, and I can't have the IPv4 Bunny traffic go to the ipv6 only sources.

Post reply on HN