Node.js Tutorial

Node.js Introduction

What is Node.js?

Node.js runs JavaScript outside the browser for APIs, CLIs, and real-time apps.

Why Learn Node.js?

Node.js is widely used in industry and education. This tutorial follows a practical, example-driven approach so you can read a concept and try it immediately.

Learning by Examples

Our examples are concise and focused. Edit them in the Try it Yourself editor and observe the result.

Example
console.log("Hello from Sturdee");
Try it Yourself