mirror of
https://github.com/vale981/node-ipc
synced 2025-03-05 17:41:41 -05:00
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
|
@ -7,7 +7,8 @@ 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=)
|
||||
[](https://nodei.co/npm/node-ipc/)
|
||||
[](https://nodei.co/npm/node-ipc/)
|
||||
[](http://packagequality.com/#?package=node-ipc)
|
||||
    
|
||||
|
||||
[](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);`
|
||||
|
||||
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 |
|
||||
|----------|----------|------------|
|
||||
|
|
Loading…
Add table
Reference in a new issue