Hacker News new | ask | show | jobs
by jseims 4892 days ago
Do you have a link that elaborates on N. Zaka's architecture?
2 comments

I've also successfully implemented Zakas' [1] approach after watching his presentation "Scalable Javascript Application Architecture" [2] and abandoning Backbone.Aura [3]. Aura theoretically implements this, but in practice we found that it made some assumptions that were incompatible with our needs. Consequently, we rolled our own implementation.

[1] http://www.nczonline.net/blog/about/

[2] http://www.youtube.com/watch?v=vXjVFPosQHw

[3] https://github.com/aurajs/aura

Very interesting mateiral. I used backbone.js a while ago but missed Aura.

Do you know if that architecture is compatible with Angularjs' philosophy?

This video:

http://www.youtube.com/watch?v=vXjVFPosQHw

(which was also posted by politician) was very useful in explaining the theory. I also made some changes to it, but offhand I can't remember what they were. I think it was to do with the separation of starting vs initialising modules (parts of a page).