Skip to content
/ net-alt Public

Alternate implementation to replace the partial core net

Notifications You must be signed in to change notification settings

yorkie/net-alt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Alternate implementation to replace the partial core net

Resources

Stars

Watchers

Forks

Packages

No packages published