radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

how to use mutiple modules or sub system? #39

Closed thearabbit closed 9 years ago

thearabbit commented 9 years ago

I would like to use multiple modules/sub system like:

loan/
..............
saving/
.............

How to custom structure?

radiegtya commented 9 years ago

You can easily doing that. Btw have you really have deep understanding about structuring meteor?

thearabbit commented 9 years ago

Thanks, I come from Laravel PHP framework, so it is new.

radiegtya commented 9 years ago

It's ok, meteoris are also inspired from laravel, although the biggest code base style are from yii. Just keep try to use meteor and it will be easy (structuring etc)