-
Notifications
You must be signed in to change notification settings - Fork 255
Resources On Scalable JavaScript Application Architecture
impressivewebs edited this page Dec 26, 2012
·
19 revisions
If you are interested in learning more about scalable JavaScript application architecture (such as the one we've implemented in Aura), here is a list of recommended resources:
- Scaling Your JavaScript Applications is a 70 minute video from Addy on scalable JavaScript architecture from AsyncJS. Slides and alternative slides.
- Scalable JavaScript Application Architecture is the original 50 minute talk by Nicholas Zakas. Slides along with the 2012 version. @aranm has a simple example available of how to implement these concepts but there's also Kernel.js, ScaleApp, Teriffically and Hydra.js.
- Patterns For Application Architecture is a detailed article on this topic by Addy
- UBelly: Scalable JavaScript Application Architecture are good notes (and code samples) by @thebeebs on the Zakas talk
- Managing JavaScript Objects is a follow-up to scalable application architecture, again by Nicholas Zakas
- Scalable Applications Overview is a high-level overview of the above concepts by Joe Zim
- Writing Modular JavaScript is a commercial (but excellent) tutorial by Andrew Burgees on scalable JavaScript architecture which includes lots of complete code examples
- Design patterns for Scalable JavaScript architecture by Eric Brechemier
- Los Techies: On Anders Hejlsberg is an important article by Derick Bailey on the viability of maintaining large programs in JavaScript