Hello folks! welcome back to a new edition of our tutorial on Node.js. In this section of our tutorial on Node.js, we will be studying about Node.js Utility Modules.
There numerous utility modules available in Node.js module library. These modules are very common and are frequently used while developing any Node based application.
There numerous utility modules available in Node.js module library. These modules are very common and are frequently used while developing any Node based application.
Utility Modules
Following table below is the list of the utility modules available in Node.js module library -
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. |
READ: Node.js | Process
Alright guys! This is where we are going to be rounding up for this tutorial. In our next tutorial, we will be studying about Node.js OS Module.
Feel free to ask your questions where necessary and we will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.
Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.
Thanks for reading and bye for now.
Feel free to ask your questions where necessary and we will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.
Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.
Thanks for reading and bye for now.