Meet Node.js

Go to class
Write Review

Free Online Course: Meet Node.js provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Meet Node.js is taught by Samer Buna.

Overview
  • The Node.js runtime powers back-end servers for big players like PayPal, Netflix, LinkedIn, and even NASA.

    The Web has seen at least four major advancements in browser technology, about once every five years. Ajax has been around for five years, and we're at the next jump: persistent connections between server and client. Node.js makes it easy to write asynchronous, event-driven applications that serve static, dynamic, and persistent data to clients while using a minimum amount of RAM and CPU time. While other programming environments can accomplish similar things, Node has been built from the ground up to make this kind of programming painless. In this course, you'll learn to install, use, and understand Node by building a real-time geographical tracking system (live demo). We start with simple servers, static requests, and dynamically-generated content and then we explore persistent connections and client-side scripting.