api documentation for node-ipc (v9.0.1)

A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.

table of contents

  1. module node-ipc
    1. boolean node-ipc.server
    2. function node-ipc.IPC ()
    3. function node-ipc.connectTo (id, path, callback)
    4. function node-ipc.connectToNet (id, host, port, callback)
    5. function node-ipc.disconnect (id)
    6. function node-ipc.log ()
    7. function node-ipc.serve (path, callback)
    8. function node-ipc.serveNet (host, port, UDPType, callback)
    9. object node-ipc.config
    10. object node-ipc.of

module node-ipc

function node-ipc.IPC ()

function node-ipc.connectTo (id, path, callback)

function node-ipc.connectToNet (id, host, port, callback)

function node-ipc.disconnect (id)

function node-ipc.log ()

function node-ipc.serve (path, callback)

function node-ipc.serveNet (host, port, UDPType, callback)

[ this document was created with utility2 ]