Leveraging Node.js Utility Modules

thumb_up 1  ·  sell Node.js utility modules overview, Using utility modules in Node.js, Node.js built-in utility functions

There are several utility modules available in Node.js module library. These modules are very common and are frequently used while developing any Node based application.

Sr.No. Module Name & Description
1 OS Module

Provides basic operating-system related utility functions.

2 Path Module

Provides utilities for handling and transforming file paths.

3 Net Module

Provides both servers and clients as streams. Acts as a network wrapper.

4 DNS Module

Provides functions to do actual DNS lookup as well as to use underlying operating system name resolution functionalities.

5 Domain Module

Provides ways to handle multiple different I/O operations as a single group.

 

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

Setting Up the Node.js Environment

Local Environment Setup If you are still willing to set up your environment for Node.js, you need the following two softwares available on…

arrow_forward
description

Building Your First Node.js Application

Before creating an actual "Hello, World!" application using Node.js, let us see the components of a Node.js application. A Node.js…

arrow_forward
description

Exploring the Node.js REPL Terminal

REPL stands for Read Eval Print Loop and it represents a computer environment like a Windows console or Unix/Linux shell where a command is…

arrow_forward
description

Managing Packages with Node.js NPM

Node Package Manager (NPM) provides two main functionalities − Online repositories for node.js packages/modules which are searchable…

arrow_forward
description

Node.js - Callbacks Concept

arrow_forward
arrow_back « Back