From the course: Advanced Node.js: Scaling Applications

What you should know

- [Instructor] This course focuses on what it takes to build and scale Node.js applications. To be best prepared for this course, you may want to consider having some foundational knowledge in place. First and foremost, any Node.js class is a JavaScript class, so make sure you're familiar with the latest JavaScript syntax. Specifically, we'll use arrow functions, destructuring for objects and arrays, and we'll be using the let and const declarations. This course also assumes some knowledge of core Node.js modules like HTTP, NPM, and Express. It also assumes that you already have Node.js installed. If you don't already have Node.js installed, you can visit Nodejs.org and install the latest version. That's all you'll need to start building Node.js applications at scale.

Contents