Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the type of request that is utilized as a part of node.js to import outside libraries?
Home
Mean Stack
What is the type of request that is utilized as a part of node.js to import outside libraries?
0
votes
asked
Oct 31, 2023
in
Mean Stack
by
Robin
What is the type of request that is utilized as a part of node.js to import outside libraries?
importlibraries
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 31, 2023
by
Robin
Summon "require" is utilized for bringing in outer libraries, for instance, "var http=require ("http")". This will stack the http library and the single sent-out protest through the http variable.
...