CDN for Meteor App

Hello. First time post

What is the drawback to use CDN for Meteor App?

Thanks

1 Like

Didn’t do it myself, but here is an article about setting up a CDN (Cloudflare) with Meteor:
https://meteorhacks.com/cloudflare-meets-meteor

1 Like

How does CouchDB handle its changes stream without webSockets and how does it differ from what Meteor does?

Would CouchDB wired up to elasticSearch not be an ideal solution - with all of the data in both? That way searching for data would come totally from elasticSearch while the changes stream would come from CouchDB. Imagine then replacing miniMongo with PouchDB. Am I imagining or am I simply daydreaming ;?)