English, asked by divyadillibabu8044, 11 months ago

Which of the following statement is valid to use a Node module http in a Node based application?

Answers

Answered by Arslankincsem
2

Var http = require ("http"); is valid to use a Node module http in a Node based application. Hence the correct answer is A.


HTTP stands for the Hyper Text Transfer Protocol.


It is an underlying protocol that is used by WWW (World Wide Web) and it can define the way in which the messages get formatted and transferred.


It also describes the actions performed by the web browsers and servers to response to the commands.

Similar questions