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 |
How node.js works?
Explain 'Stub'?
How we can read a file in node js?
Does node.js support multi-core platforms? And is it capable of utilizing all the cores?
Which types of network application you can build using node.js?
Who is creator of node.js?
What is the difference between operational and programmer errors?
What is the difference between synchronous and asynchronous programming?
Why to use Express?
How can you avoid callbacks?
How do you get information of a file using node.js?
What is the use of Timers is Node.js?