mattnibs / node-pipe

POSIX pipe(2) for NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POSIX pipe(2) for NodeJS

Installation

npm install node-pipe

Example

Sync

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

let { readfd, writefd } = pipeSync()

Async

TODO

About

POSIX pipe(2) for NodeJS


Languages

Language:C++ 44.1%Language:JavaScript 36.9%Language:Python 19.0%