Skip to content

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.

Related topics

You may also like