Socket
Socket
Sign inDemoInstall

node-ipc

Package Overview
Dependencies
2
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-ipc

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.


Version published
Weekly downloads
472K
increased by2.27%
Maintainers
1
Install size
64.0 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 22 Feb 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc