Hello Curtis,
Thanks for this helpful response, The observe pattern is awesome, I saw the above linked video, It is really helpful. I tried to have a look of javascriptmvc docs which also explains about observe and route, So, Is that okay to use ?
And if I go for the CanJS specially for observe and routes, So that would be compatible for my rest of javascriptmvc coad ?
I have one more concern, that is, as u described above about the observe, Means you will have some client data that will be passed to all listener controllers and they would listen the changes on them, means controllers will listen for changes of any model instance, But suppose if two controllers require to communicate without using model instances, then in this particular case what would be the better solution ?
Thanks,