/node-pipe

POSIX pipe(2) for NodeJS

Primary LanguageC++

POSIX pipe(2) for NodeJS

Installation

npm install node-pipe

Example

Sync

var pipeSync = require('unix-pipe').pipeSync

let { readfd, writefd } = pipeSync()

Async

TODO