Net in Node.JS
The net module provides an asynchronous networking API for creating stream-based TCP (transmission control protocol) or IPC (inter-process communication) servers. One of the most common transport layer protocols is TCP. TCP is connection-oriented.
Ru...
softwaredevpro.hashnode.dev3 min read