JSPM

  • Created
  • Published
  • Downloads 593047
  • Score
    100M100P100Q180931F
  • License Unlicenced

A nodejs module for local and remote Inter Process Communication (IPC) uses Unix Sockets for local communication avoiding the network card for lower overhead and latency.

Package Exports

  • node-ipc

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-ipc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

#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.