

node-ipc
Inter Process Communication Module for node supporting Unix sockets, TCP, TLS, and UDP. Giving lightning speed on Linux, Mac, and Windows. Neural Networking in Node.JS
Cost / License
- Free
- Open Source
Alerts
- Warning
Platforms
- Self-Hosted
- Node.JS
The maintainer at one point injected malware into the library that overwrites code/creates junk files. Although these have been removed in recent versions, the maintainer is not to be trusted with his actions. node-ipc developers pushed malware update in protest to Russian invasion of Ukraine
Features
Tags
- Node.js
- neural-networks
node-ipc News & Activities
Recent News
- IanDorfman published news article about node-ipc
node-ipc developers pushed malware update in protest to Russian invasion of UkraineThe latest major update to the node-ipc Node Package Manager has configured itself as to wipe files...
Recent activities
node-ipc information
What is node-ipc?
Inter Process Communication Module for node supporting Unix sockets, TCP, TLS, and UDP. Giving lightning speed on Linux, Mac, and Windows. Neural Networking in Node.JS
a nodejs module for local and remote Inter Process Communication with full support for Linux, Mac and Windows. It also supports all forms of socket communication from low level unix and windows sockets to UDP and secure TLS and TCP sockets.
A great solution for complex multiprocess Neural Networking in Node.JS
npm install node-ipc for node <v14
npm install node-ipc@^9.0.0 including v10 or greater into your code
//es6 import ipc from 'node-ipc'
//commonjs const ipc = require('node-ipc').default;



Comments and Reviews
A very intuitive package, easy to use. Unfortunately, newer versions are malicious.