PHP Classes

File: examples/nodejs-ipc-server/package.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Node.js Communication IPC Client   examples/nodejs-ipc-server/package.json   Download  
File: examples/nodejs-ipc-server/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Node.js Communication IPC Client
Send messages to a Node server via sockets
Author: By
Last change:
Date: 4 years ago
Size: 327 bytes
 

Contents

Class file image Download
{ "name": "nodejs-ipc-server", "version": "1.0.0", "description": "Example of use node-ipc server", "main": "src/server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Juraj Puchký - BABA Tumise s.r.o.", "license": "MIT", "dependencies": { "node-ipc": "*" } }