Node.js
Learn Node.js, JavaScript’s runtime environment, from the pros. Pluralsight offers expert authored Node.js training that will take your software development knowledge to the next level. Learn how to build web apps, data accesses and more.
Courses
Newest Courses
Intermediate
Dec 14, 2016
5h 21m
Intermediate
Nov 25, 2014
1h 41m
Intermediate
Dec 3, 2015
4h 43m
Intermediate
Aug 1, 2012
1h 38m
Intermediate
Apr 6, 2015
5h 23m
Intermediate
Jun 4, 2015
2h 6m
Intermediate
Apr 13, 2015
2h 4m
Intermediate
Mar 31, 2014
5h 19m
Intermediate
Aug 9, 2016
1h 44m
Intermediate
Jun 24, 2015
4h 1m
Since its creation in 2009, Node.js has seen exponential growth in its community of users and the applications they are building. With the drive towards a connected society, the need for web applications has never been greater. Yet, despite the push to connect the world as we know it,...
The primary goal of this course is to teach web developers who have a basic understanding of Node.js and MongoDB how to incorporate schema, models, and validation into their applications. It will also be complementary to .NET developers exploring Node.js and MongoDB who may have gone through...
Node.js is a simple and powerful tool for backend JavaScript development. In this session, I will show you everything you need to know to get started in web development with Node.js. We will start with the basics of Node.js and selecting an IDE. We will explore template engines, and rendering...
Tim Caswell (@creationix) is an open source trailblazer. He was one of the first users and contributors to Node.js. He started howtonode.org where many people learned how to use early versions of Node.js. He now works at Cloud9, a browser-based IDE. He has authored over a hundred open source...
In this course, Kyle Simpson builds your Node.js knowledge step-by-step, starting from simple one-line scripts to chat and video conferencing applications. Learn the HTML5 APIs you need to know for real-time communications such as canvas/video, sockets, getUserMedia, and WebRTC. Then dive into...
Node.js is a JavaScript runtime that uses a non-blocking I/O model that makes it lightweight, efficient and very popular among JavaScript developers who also need to write server-side code. If you need any proof that Node.js can help scale your application, look no further than examples likes...
This course introduces web developers to MEAN.JS, a free, open-source, full-stack solution for MEAN applications. You will learn how to install and configure MEAN.JS, and then build upon the boilerplate, scaffolded application that was generated. If you want to learn about a toolset that will...
Node.js is a simple and powerful tool for backend development. When combined with express, you can create lightweight, fast, scalable APIs quickly and simply. In this course, we will walk through how to stand up a lightweight Express server serving truly RESTful services using Node.js,...
ASP.NET is a mature technology for building web applications, but a newcomer to the web ecosystem deserves your attention too. Node.js represents a new way to build applications with JavaScript on the server. If you're going to learn this new technology, it would be beneficial to apply your...
The world of JavaScript is changing rapidly and Node.js is doing its best to try and keep up. In this course, Using ES6 in Your Node.js Web Application, you'll get a look at how to integrate the new ES6 features that are available in Node.js into your web applications. You'll start with seeing...