Alternate implementation to replace the partial core net, It's under being developed.
-
Less RSS
-
Network client within a large number of concurrent connections in stand-alone
$ npm install net-alt
var socket = new netAlt.Socket(143, '163.177.65.209');
socket.connect(function(err, data) {
this.write('client says hello!\r\n');
this.end(); // close fd via this.
});
-
net(NodeJS): 14.0~M
-
SimpleNet: 7.3~M
MIT