Skip to content
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
Sign In
▲
Similar Topics
Web Technologies
40.3k+ articles
JavaScript
11.5k+ 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
Popular Articles
Recent Articles
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
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
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
Web Technologies
Picked
Node.js
Node.js-Basics
Similar Topics
Web Technologies
40.3k+ articles
JavaScript
11.5k+ 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
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
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
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
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
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
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
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
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
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
Technical Scripter
Web Technologies
Node.js
Node.js-Basics
1
2
3
4
>>
Last
1
2
3
4
>>
Last
1
2
3
4
>>
Last
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
Got It !