 |
net Node.js v0.10.35 Manual & Documentation
net # Stability: 3 - Stable The net module provides you with an asynchronous network wrapper. It contains methods for creating both servers and clients (called streams). You can include this module with require('net'); net.createServer([options], [connect
nodejs.org |
 |