{ "name": "node-ipc", "version": "0.0.2", "description": "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. ## Solid but, ### Still under development and lacking documentation, but useable.", "main": "node-ipc.js", "directories": { "example": "example" }, "dependencies": { "event-pubsub": "~1.0.2", "colors": "~0.6.2" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "IPC", "inter", "process", "communication", "unix", "sockets", "threaded", "communication", "multi", "process", "shared", "memory" ], "author": "Brandon Nozaki Miller", "license": "Unlicenced" }