HiFaraz / node-playbook

Get started fast with Node.js

Home Page:http://nodeplaybook.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How about CloudFlare for the free CDN option?

lroot opened this issue · comments

commented

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.

commented

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?

commented

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

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.

commented

Closed by #32