Planning for the horizontal - Scaling Node.js
Details
Brandon Cannaday will be talking about how to create scalable Node.js applications.
Abstract:
Node.js, being single-threaded and self-contained, lends itself very well to horizontal scaling, which is running several instances of the same application on one or more servers. Multiple instances provides a nearly endless amount of scalability, but requires up-front design considerations in order to be effective.
