What is socket in node.js?



What is socket in node.js?..

Answer / Anand Swaroop Srivastava

A socket in Node.js is a low-level I/O stream that provides bidirectional communication between the network or other I/O channels.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

How node.js works?

1 Answers  


Explain 'Stub'?

1 Answers  


How we can read a file in node js?

0 Answers  


Does node.js support multi-core platforms? And is it capable of utilizing all the cores?

1 Answers  


Which types of network application you can build using node.js?

1 Answers  


Who is creator of node.js?

1 Answers  


What is the difference between operational and programmer errors?

1 Answers  


What is the difference between synchronous and asynchronous programming?

1 Answers  


Why to use Express?

1 Answers  


How can you avoid callbacks?

1 Answers  


How do you get information of a file using node.js?

1 Answers  


What is the use of Timers is Node.js?

1 Answers  


Categories