crackyourinterview.com


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

What are the different modules we have in Node.JS?
Question Posted on 03 Jan 2024Home >> WEB >> Node.js >> What are the different modules we have in Node.JS?

What are the different modules we have in Node.JS?
When we say about the Modules in Node.JS, modules are like JavaScript libraries which can be used in Node.JS application to include a set of functions. And to include a module in a Node.js application we use the require() function with the parentheses containing the module's name. Node.js has many modules to provide the badic functionality needed for a web application. And below are the some module example with some description:-
0
0

NumberCore ModulesDescription
1HTTPThis will includes classes, methods and event to create a Node.js HTTP server.
2utilThis will includes some useful utility functions which are useful for developers.
3fsThis will includes events, classes and methods to deal with file I/O operations.
4URLThis will includes methods for URL parsing.
5QueryStringThis will includes methods to work with querystring.
6StreamAnd this will inlcudes methods to handle streaming data.
7ZlibThis will includes methods to 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...

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

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

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




Other Important Questions

REPL stands for ____________________.

Which of the following is true about EventEmitter.on property?

Which method of fs module is used to truncate a file?

What is Node.js?

Which method of fs module is used to close a file?






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