0.1.1 • Published 5 years ago
node-pipe v0.1.1
POSIX pipe(2) for NodeJS
Installation
npm install node-pipeExample
Sync
var pipeSync = require('unix-pipe').pipeSync
let { readfd, writefd } = pipeSync()Async
TODO
POSIX pipe(2) for NodeJS
npm install node-pipevar pipeSync = require('unix-pipe').pipeSync
let { readfd, writefd } = pipeSync()TODO