crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Node.js BuiltIn Modules
Question Posted on 03 May 2024Home >> Tutorial >> Node.js Tutorial >> Node.js BuiltIn Modules

Node.js BuiltIn Modules

Node.js BuiltIn Modules


When we say about the Node.js, it has many built-in modules which can be use without any of further installation. Below is list of built-in modules of Node.js version 6.10.3:-
0
0

NumberModuleDescription
1assertProvides a set of assertion tests
2bufferTo handle binary data
3child_processTo run a child process
4clusterTo split a single Node process into multiple processes
5cryptoTo handle OpenSSL cryptographic functions
6dgramProvides implementation of UDP datagram sockets
7dnsTo do DNS lookups and name resolution functions
8domainDeprecated. To handle unhandled errors
9eventsTo handle events
10fsTo handle the file system
11httpTo make Node.js act as an HTTP server
12httpsTo make Node.js act as an HTTPS server.
13netTo create servers and clients
14os Provides information about the operation system
15pathTo handle file paths
16punycodeDeprecated. A character encoding scheme
17querystringTo handle URL query strings
18readlineTo handle readable streams one line at the time
19streamTo handle streaming data
20string_decoderTo decode buffer objects into strings
21timersTo execute a function after a given number of milliseconds
22tlsTo implement TLS and SSL protocols
23ttyProvides classes used by a text terminal
24urlTo parse URL strings
25utilTo access utility functions
26v8To access information about V8 (the JavaScript engine)
27vmTo compile JavaScript code in a virtual machine
28zlibTo compress or decompress files



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Parts of Node.js

Install Node.js Linux

Node.js First Example

Node.js Globals

Node.js DNS






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap