by ryah
Node.js presents the same non-blocking, single execution stack programming model of client-side Javascript, but is arguably aiming at more complex problems than browsers have faced. Can this programming model support such systems or does the code degenerate into a spaghetti of callbacks? This talk will present an emerging set of patterns being used in this new domain.