Hacker News new | ask | show | jobs
by politician 4892 days ago
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

1 comments

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

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