This object can be used connect, send and receive data to a network host using NodeJS.
It is a wrapper around NodeJS networking objects to make it easier to communicate with remote network hosts.
The object provides functionality to establish connections, sending and receiving data either in blocks or one line at a time.
It uses buffers to pull received data whenever the application needs it and it continues receiving data in parallel while the application is still processing it.
|
|
| Name: |
NodeJS Network Sockets |
| Base name: |
nodejs-sockets |
| Description: |
Sending and receiving data to a host using NodeJS |
| Version: |
- |
| JavaScript version: |
1.0 |
| License: |
BSD License |
| All time users: |
427 users |
| All time rank: |
42 |
| Week users: |
5 users |
| Week rank: |
9  |
| |
|
| Not yet rated by the users |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| E-mail validation |
Required |
Makes the actual communication with the SMTP servers |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
sockets.js |
Class |
Object to connect and communicate with a network sockets |