Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/net-alt

Alternate implementation to replace the partial core net
https://github.com/yorkie/net-alt

Last synced: 5 days ago
JSON representation

Alternate implementation to replace the partial core net

Awesome Lists containing this project

README

        

# 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

```bash
$ npm install net-alt
```

### Usage

```js
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