Best practices for structuring a really huge web app?

and http://www.couchbase.com banner advertisement in Infoq saying they are a lot of faster than MongoDB WT.

Hi. I was facing the same problem few months ago when I was about to start on creating a web app. I find this article really useful and ended up using the DiscoverMeteor structure.

Basically my base folders were same as DiscoverMeteor’s. I added subfolders as I go along especially in the lib folder and numbered them since I’m having problem with meteor’s loading alphabetically e.g

lib
– 1-helpers
– 2-schemas (for autoform purposes)
– 3-collections
– 4-tabular-tables (for aldeed tabular)
router.js

Having it that way, I was able to get rid of a lot of problems that were really just about loading :smile:

Hope this helps!

1 Like

Are you REALLY under the impression that “Discover Meteor” is a “massive” book? Seriously?

1 Like