Z. Clément
Z. Clément

Reputation: 474

Meteor CMS two application or all in one

I'm currently working on a CMS for meteor (basically a WordPress-like).

I have a simple question about the design of this CMS.

Should I divide my CMS in two application :

-One part for the viewed content (site, template, viewer plugins) -Another one for the administration part (statistics, web mastering, post and page creation, etc)

Or,

Should I make an all in one application using different routes and security levels.

From my point of view both have pros and cons.

Divide :

All in one :

I'm really interested by your ideas and opinion.

Thanks.

Upvotes: 2

Views: 134

Answers (1)

sys13
sys13

Reputation: 148

I'd suggest splitting it up between viewers and admin. You don't want viewers of the site to have to download so much extra code. Both parts can share the same database.

Upvotes: 1

Related Questions