Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yorkie/net-alt
- Owner: yorkie
- Created: 2014-01-18T20:15:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-25T05:51:39.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T19:22:37.107Z (24 days ago)
- Language: Python
- Homepage:
- Size: 449 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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