Skip to content
Selvam Palanimalai edited this page Nov 20, 2013 · 6 revisions

The central architecture of socr framework was conceptualized keeping one thing in mind - scalability. As JavaScript projects, if written without good thinking, tend to end up in spaghetti code. We wanted highly modular and well structured code: scaleApp design pattern fit this role perfectly.

Design

Nikolas zakas in his popular talk on scalable Javascript, talks about the fundamentals required for creating such a scalable architecture. @flosse managed to code a version of zakas's architecture principles. We used this implementation extensively while creating our own version.

Clone this wiki locally