Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
DSA
20.4K+ articles
JavaScript
9.9K+ articles
Misc
7.7K+ articles
JQuery
4.8K+ articles
CSS
4.5K+ articles
HTML
4.1K+ articles
PHP
3.8K+ articles
Node.js
3.0K+ articles
jQuery-jQWidgets
2.5K+ articles
PHP-function
2.3K+ articles
Web Technologies
/
Node.js
Node.js
3.0K+ posts
Recent Articles
Popular Articles
Node.js and Modern Server-Side Development
Last Updated: 28 January 2026
Choosing the right server-side technology is crucial for building performant and scalable web applications.Node.js has emerged as a modern backend platform.Addresses limit...
read more
Node.js
Node.js
Error Handling in REST APIs
Last Updated: 27 January 2026
Effective error handling in REST APIs ensures clear communication, predictable behavior, and better debugging between the client and server.Validate requests to catch clie...
read more
Node.js
nodejs
NodeJS-Errors
NodeJS-Error-Handling
PUT and DELETE HTTP Methods in Node.js
Last Updated: 27 January 2026
PUT and DELETE HTTP methods are used to update and remove existing resources on a server, enabling full CRUD operations in RESTful APIs.PUT updates an existing resource by...
read more
Node.js
Node.js
Node.js-Methods
Node.js-HTTP-Module
Implementing TCP Communication in Node.js
Last Updated: 27 January 2026
Working with TCP servers involves creating low-level network applications that enable reliable, ordered, and continuous data exchange between clients and servers using Nod...
read more
Node.js
Node.js
Node.js Built-in Modules for Command-Line Input
Last Updated: 27 January 2026
Node.js includes built-in core modules that enable application development without custom implementations, especially for handling user input in command-line applications....
read more
Node.js
Node.js
NodeJS-Modules
Requesting an OTP from the Client to a Node.js Server
Last Updated: 20 January 2026
In today’s digital landscape, secure user authentication is essential for protecting user data and application integrity. Email OTP (One-Time Password) verification enhanc...
read more
Node.js
Node.js
Node-npm
nodejs
Building a Node.js Server with Email OTP Authentication
Last Updated: 20 January 2026
In today’s digital landscape, secure user authentication is essential for protecting user data and application integrity. Email OTP (One-Time Password) verification enhanc...
read more
Node.js
Node.js
nodejs
Difference between Node.js, Django and Spring
Last Updated: 12 March 2026
Node.js, Django, and Spring are popular backend technologies used to build scalable web applications and APIs. They differ in programming language, architecture, and ecosy...
read more
Node.js
Careers and Jobs in Node.js
Last Updated: 07 April 2026
Node.js is a runtime environment that allows developers to run JavaScript on the server side, enabling fast and scalable application development. Enables server-side devel...
read more
Node.js
Companies That Use Node.js
Last Updated: 07 April 2026
Node.js is a JavaScript runtime built on Chrome’s V8 engine, used for creating fast, scalable, and event-driven applications.Uses a non-blocking I/O model for efficient pe...
read more
Node.js
Node.js Third-Party Modules
Last Updated: 14 April 2026
Third-party modules are external libraries installed via npm that extend Node.js functionality, such as handling HTTP requests and other complex tasks.Not included by defa...
read more
Node.js
Custom Module in Node.js
Last Updated: 14 April 2026
A Custom Module in Node.js is a user-defined module that contains reusable code, such as functions, objects, or classes, which can be exported and used in other parts of a...
read more
Web Technologies
Node.js
Node.js
nodejs
Node.js Core Modules
Last Updated: 25 April 2026
Node.js is a JavaScript runtime built on Chrome’s V8 engine that enables server-side development. Its core modules are built-in libraries that provide essential features f...
read more
Node.js
Working of Node.js
Last Updated: 06 April 2026
Node.js is a runtime that allows JavaScript to run outside the web browsers for server-side development. It is fast, scalable, and built for handling multiple tasks effici...
read more
Node.js
Node.js
nodejs
What is RestFul API?
Last Updated: 23 July 2025
APIs play an important role in the communication between different software systems. Traditional methods of doing this were often complicated, slow, and hard to grow. REST...
read more
Web Technologies
Node.js
NodeJS-API
1
2
3
4
...
202