prepping for windows support release
This commit is contained in:
parent
f31d0c9008
commit
6fdd7ba1ed
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
node-ipc
|
||||
================
|
||||
*a nodejs module for local and remote Inter Process Communication* for Linux, Mac and Windows.
|
||||
*a nodejs module for local and remote Inter Process Communication* with full support for Linux, Mac and Windows.
|
||||
A great solution for **Neural Networking** in Node.JS
|
||||
|
||||
**npm install node-ipc**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-ipc",
|
||||
"version": "2.0.2",
|
||||
"version": "3.0.0",
|
||||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
||||
"main": "node-ipc.js",
|
||||
"directories": {
|
||||
|
@ -24,6 +24,9 @@
|
|||
"process",
|
||||
"communication",
|
||||
"unix",
|
||||
"windows",
|
||||
"win",
|
||||
"socket",
|
||||
"TCP",
|
||||
"UDP",
|
||||
"domain",
|
||||
|
|
Loading…
Reference in a new issue