net-alt

0.0.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i net-alt

      Weekly Downloads

      3

      Version

      0.0.2

      License

      MIT

      Last publish

      Collaborators

      • yorkie