HiFaraz / node-playbook

Get started fast with Node.js
http://nodeplaybook.com
1.39k stars 51 forks source link

How about CloudFlare for the free CDN option? #26

Closed lroot closed 8 years ago

lroot commented 8 years ago

https://www.cloudflare.com/features-cdn/ https://www.cloudflare.com/dns/ https://www.cloudflare.com/plans/

They support custom domains and offer CDN and caching services all within their free tier.

HiFaraz commented 8 years ago

Interesting, didn't know that you could use a custom domain with a free account.

How is the user experience for a beginner? Super easy or frustrating?

lroot commented 8 years ago

In my opinion, CloudFlare's DNS tools are very easy to work with. You do have to have a basic understanding of DNS though. During the setup process, CloudFlare will try and read existing DNS entries and import them which does help with ease-of-setup.

Another bonus/unique feature is it's "CNAME Flattening" feature which allows you to use a CNAME in the zone apex/root record. So you can CNAME "mywebsite.com" to any host. I've only seen AWS Route 53 support this feature and that's only with its own AWS resources.

Here's what their DNS management page looks like:

cloudflare dns

FlorianWendelborn commented 8 years ago

I'm using them too for every domain I own. Can 100% recommend this, especially for beginners. It even does SSL for you, if you want to. I prefer to use letsencrypt for that though.

HiFaraz commented 8 years ago

Closed by #32