Comparing version
{ | ||
"name": "xpipe", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Use cross-platform IPC paths in node.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ | ||
Use cross-platform IPC<sup>[2]</sup> paths in node. | ||
Use cross-platform IPC paths in node. | ||
@@ -11,3 +11,3 @@ Background | ||
In node - instead of utilizing TCP - you can use IPC to communicate to other services like... | ||
In node - instead of utilizing TCP - you can use IPC<sup>[2]</sup> to communicate to other services like | ||
@@ -25,7 +25,13 @@ - web servers (NGINX) | ||
that are referred by file descriptors. | ||
Unlike the former, Windows utilizes [named pipes](https://en.wikipedia.org/wiki/Named_pipe) living | ||
Windows utilizes [named pipes](https://en.wikipedia.org/wiki/Named_pipe) living | ||
in the root directory of the NPFS<sup>[3]</sup>, mounted under the special path \\\\.\\pipe\\. | ||
**To mitigate these differences and to to support writing better cross-platform code, xpipe was born...** | ||
**To mitigate these differences and to to support writing portable code, xpipe was born...** | ||
Installation | ||
------------ | ||
npm install xpipe | ||
Usage | ||
@@ -32,0 +38,0 @@ ----- |
4645
0.35%80
8.11%