From the course: Advanced Node.js: Scaling Applications

Using the exercise files - Node.js Tutorial

From the course: Advanced Node.js: Scaling Applications

Start my 1-month free trial

Using the exercise files

- [Instructor] We can't start scaling the applications from scratch, we need some examples and samples to scale. So this course has a set of exercise files that you can download and follow along with. This will allow you to work alongside of me with the exact same files that I'll be working on. In the exercise files folder, you'll find folders for each chapter in a corresponding subfolder for each of the videos where we'll be working on code. In each video subfolder, you'll find a start and finished folder. When the video begins, I'll start with the files in the start folder, and when the video ends, I'll end with the files found in the finished folder. Sometimes, you will find a packaged JSON in the start folder. This means that in order to run the sample, some dependencies must be installed. For these samples, simply follow along with me and run npm install to install the dependencies when I do. Throughout, I'll be using Atom as my code editor. Atom is available at atom.io. You can download and install the code editor from this website. Now, using Atom is not required. You can actually use any code editor or IDE that you can edit Javascript files with. Well, that's all we should need for setup. Let's go ahead and begin scaling Node.js applications.

Contents