Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • DSA
  • Practice Problems
  • Python
  • C
  • C++
  • Java
  • Courses
  • Machine Learning
  • DevOps
  • Web Development
  • System Design
  • Aptitude
  • Projects
Similar Topics
Web Technologies
39.7k+ articles
JavaScript
11.6k+ articles
Node.js
3.4k+ articles
Linux-Unix
2.7k+ articles
Installation Guide
1.2k+ articles
NodeJS-Questions
430+ articles
linux
270+ articles
Node.js-Misc
230+ articles
Spotlight
110+ articles
Node.js-Globals
10 articles

Node.js-Basics

51 posts
Node.js Tutorial
Last Updated: 08 April 2025
Node.js is a powerful, open-source, and cross-platform JavaScript runtime environment built on Chrome's V8 engine. It allows you to run Java...read more
image
Web Technologies
Node.js
Node.js-Basics
Tutorials
Spotlight
Web-Tech Tutorials
Backend-Development
How to Run Node Server?
Last Updated: 10 April 2025
A Node server runs JavaScript outside the browser to handle web requests. It listens for incoming requests, processes them, and sends respon...read more
image
Web Technologies
Picked
Node.js
Node.js-Basics
NodeJS-Questions
Node Child Process
Last Updated: 27 February 2025
NodeJS is designed to be single-threaded, but it provides achild_processmodule to create and manage child processes. This allows you to run ...read more
image
Web Technologies
Picked
Node.js
Node.js-Basics
Similar Topics
Web Technologies
39.7k+ articles
JavaScript
11.6k+ articles
Node.js
3.4k+ articles
Linux-Unix
2.7k+ articles
Installation Guide
1.2k+ articles
NodeJS-Questions
430+ articles
linux
270+ articles
Node.js-Misc
230+ articles
Spotlight
110+ articles
Node.js-Globals
10+ articles
NodeJS Modules
Last Updated: 21 February 2025
In NodeJS, modules play an important role in organizing, structuring, and reusing code efficiently. A module is a self-contained block of co...read more
image
Web Technologies
Picked
Node.js
Node.js-Basics
NodeJS-Modules
Node.js Readline() Module
Last Updated: 07 January 2025
Readline Module in Node.js allows the reading of input stream line by line. This module wraps up the process standard output and process sta ...read more
Web Technologies
JavaScript
Node.js
Node.js-Basics
NodeJS Global Objects
Last Updated: 18 March 2025
In NodeJS global objects are the objects that are accessible in the application from anywhere without explicitly using the import or require...read more
image
Web Technologies
Picked
Node.js
Node.js-Basics
Node.js-Globals
NodeJS Event Loop
Last Updated: 12 February 2025
The event loop in Node.js is a mechanism that allows asynchronous tasks to be handled efficiently without blocking the execution of other op...read more
image
Web Technologies
Picked
Node.js
Node.js-Basics
Node Export Module
Last Updated: 23 April 2025
In NodeJS, module.exports is used to share functions, objects, or values from one file to the other file so that other files can use them. T ...read more
Web Technologies
Picked
Node.js
Node.js-Basics
Node.js-Globals
NodeJS Basics
Last Updated: 06 March 2025
NodeJS is a powerful and efficient open-source runtime environment built on Chrome's V8 JavaScript engine. It allows developers to run JavaS...read more
image
Web Technologies
Picked
Node.js
Node.js-Basics
How to send email with Nodemailer using Gmail account in Node ?
Last Updated: 08 January 2025
Nodemailer is an npm module that allows you to send emails easily from the backend. In this article, we will cover the steps to send email u...read more
image
Web Technologies
Node.js
Node.js-Misc
Node.js-Basics
Node Callback Concept
Last Updated: 08 January 2025
A callback in Node is a non-blocking function that executes upon task completion, enabling asynchronous processing. It facilitates scalabili...read more
image
Web Technologies
Picked
Node.js
Node.js-Basics
Node First Application
Last Updated: 27 February 2025
NodeJS is widely used for building scalable and high-performance applications, particularly for server-side development. It is commonly empl...read more
image
Web Technologies
Picked
Node.js
Node.js-Basics
How to Install Node.js on Linux
Last Updated: 08 April 2025
Installing Node.js on a Linux-based operating system can vary slightly depending on your distribution. This guide will walk you through vari...read more
image
Web Technologies
Linux-Unix
Picked
Node.js
Node.js-Misc
Node.js-Basics
linux
Installation Guide
how-to-install
Spotlight
Listicles
NodeJS Introduction
Last Updated: 15 April 2025
NodeJS is a runtime environment for executing JavaScript outside the browser, built on the V8 JavaScript engine. It enables server-side deve...read more
image
Web Technologies
Node.js
Node.js-Basics
NodeJS REPL (READ, EVAL, PRINT, LOOP)
Last Updated: 24 February 2025
NodeJS REPL (Read-Eval-Print Loop) is an interactive shell that allows you to execute JavaScript code line-by-line and see immediate results...read more
image
Technical Scripter
Web Technologies
Node.js
Node.js-Basics
1 2 3 4 >>
Last
1 2 3 4 >>
Last
1 2 3 4 >>
Last
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox