0.0.2 • Published 10 years ago

net-alt v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

net-alt

Alternate implementation to replace the partial core net, It's under being developed.

Features

  • Less RSS

  • Network client within a large number of concurrent connections in stand-alone

Installation

$ npm install net-alt

Usage

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.
});

Current comparison with 900 connections

  • net(NodeJS): 14.0~M

  • SimpleNet: 7.3~M

LICENSE

MIT

0.0.2

10 years ago

0.0.1

10 years ago