Merge branch 'master' of github.com:RIAEvangelist/node-ipc
This commit is contained in:
commit
11b428c47d
1 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ A great solution for **Neural Networking** in Node.JS
|
||||||
|
|
||||||
npm info : [See npm trends and stats for node-ipc](http://npm-stat.com/charts.html?package=node-ipc&author=&from=&to=)
|
npm info : [See npm trends and stats for node-ipc](http://npm-stat.com/charts.html?package=node-ipc&author=&from=&to=)
|
||||||
[](https://nodei.co/npm/node-ipc/)
|
[](https://nodei.co/npm/node-ipc/)
|
||||||
|
[](http://packagequality.com/#?package=node-ipc)
|
||||||
    
|
    
|
||||||
|
|
||||||
[](https://github.com/RIAEvangelist)
|
[](https://github.com/RIAEvangelist)
|
||||||
|
@ -150,7 +151,7 @@ You can override any of these settings by requireing colors and setting the them
|
||||||
|
|
||||||
`ipc.connectTo(id,path,callback);`
|
`ipc.connectTo(id,path,callback);`
|
||||||
|
|
||||||
Used for connecting as a client to local Unix Sockets and Windows Sockets. ***This is the fastst way for processes on the same machine to communicate*** because it bypasses the network card which TCP and UDP must both use.
|
Used for connecting as a client to local Unix Sockets and Windows Sockets. ***This is the fastest way for processes on the same machine to communicate*** because it bypasses the network card which TCP and UDP must both use.
|
||||||
|
|
||||||
| variable | required | definition |
|
| variable | required | definition |
|
||||||
|----------|----------|------------|
|
|----------|----------|------------|
|
||||||
|
|
Loading…
Add table
Reference in a new issue