Because RIAEvangelist cannot be trusted.
Find a file
2014-02-22 01:13:31 -08:00
example/local/basic first commit 2014-02-22 01:13:31 -08:00
lib first commit 2014-02-22 01:13:31 -08:00
node_modules first commit 2014-02-22 01:13:31 -08:00
node-ipc.js first commit 2014-02-22 01:13:31 -08:00
package.json first commit 2014-02-22 01:13:31 -08:00
README.md first commit 2014-02-22 01:13:31 -08:00

#node-ipc a nodejs module for local and remote Inter Process Communication


Documentation coming soon


Local IPC

Uses Unix Sockets to give lightning fast communication and avoid the network card to reduce overhead and latency.

Remote IPC

Uses not yet defined Sockets to give fastest possible communication across the network with the minimum overhead and latency.