8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Node.js
Node.js menu
Node.js Tutorial
Server-side JavaScript — the event loop, npm, and building APIs with Node.
Start the Node.js tutorial →
What you'll learn
1. Node.js Introduction
What Node.js is, V8 and libuv conceptually, installing Node, and your first script.
2. Modules & npm
CommonJS vs ES modules, and npm basics: package.json, dependencies, and installing packages.
3. Building APIs with Express
A complete small Express app: routes, middleware, route params, JSON bodies, and error handling.
4. Async Node.js
The event loop in depth, callbacks to Promises to async/await, streams, and EventEmitter.
5. Streams in Depth
Readable, Writable, and Transform streams, backpressure, and a complete file-processing pipeline.
6. Error Handling & Production Patterns
Uncaught exceptions, unhandled rejections, centralized Express error middleware, and graceful shutdown.
7. Performance & Clustering
Using the cluster module for multi-core scaling, profiling basics, and common performance bottlenecks.
8. Testing with Jest
Unit tests, mocking, and Supertest integration tests for an Express route.
9. Node.js Interview Questions
Commonly asked Node.js interview questions with clear, practical answers.