Node.js Tutorial
Node.js Useful Resources
Selected Reading
- Node.js - Built-in Modules
- Node.js - Packaging
- Node.js - Scaling Application
- Node.js - RESTFul API
- Node.js - Express Framework
- Node.js - Web Module
- Node.js - Utility Modules
- Node.js - Global Objects
- Node.js - File System
- Node.js - Streams
- Node.js - Buffers
- Node.js - Event Emitter
- Node.js - Event Loop
- Node.js - Callbacks Concept
- Node.js - Package Manager (NPM)
- Node.js - REPL Terminal
- Node.js - First Application
- Node.js - Environment Setup
- Node.js - Introduction
- Node.js - Home
Node.js Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Node.js - Utility Modules
Node.js - Utipty Modules
There are several utipty modules available in Node.js module pbrary. These modules are very common and are frequently used while developing any Node based apppcation.
Sr.No. | Module Name & Description |
---|---|
1 | Provides basic operating-system related utipty functions. |
2 | Provides utipties for handpng and transforming file paths. |
3 | Provides both servers and cpents as streams. Acts as a network wrapper. |
4 | Provides functions to do actual DNS lookup as well as to use underlying operating system name resolution functionapties. |
5 | Provides ways to handle multiple different I/O operations as a single group. |