From the course: Advanced Node.js: Scaling Applications
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Next steps - Node.js Tutorial
From the course: Advanced Node.js: Scaling Applications
Next steps
- [Instructor] Thank you for joining me for Advanced Node.js. I hope you can use this knowledge to understand the main techniques that are involved when scaling Node.js applications. As you can see, scaling is conceptual. Cloning, horizontal partitioning, and microservices are all architectural patterns that apply to computer science at large, not just Node.js. This course contained code examples of these concepts, but in production there is no need to reinvent the wheel. I'd like to recommend some tools and services to look into when scaling your production applications. First, you'll want to find a good database. The course Databases for Node.js Developers by Daniel Khan is a great place to start. This course introduces MongoDB, Redis, and MySQL. Once you've found your favorite database you can dive into that database more deeply with other LinkedIn courses on that topic. In this course I briefly introduce the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.