node-pipe

0.1.1 • Public • Published

POSIX pipe(2) for NodeJS

Installation

npm install node-pipe

Example

Sync

var pipeSync = require('unix-pipe').pipeSync
 
let { readfd, writefd } = pipeSync()

Async

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i node-pipe

Weekly Downloads

4

Version

0.1.1

License

BSD-3-Clause

Unpacked Size

3.65 kB

Total Files

6

Last publish

Collaborators

  • mattnibs