holepunchto / bare-pipe

Native I/O pipes for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bare-pipe

Native I/O pipes for JavaScript.

npm i bare-pipe

Usage

const Pipe = require('bare-pipe')

const stdout = new Pipe(1)

stdout.write('Hello world!\n')

License

Apache-2.0

About

Native I/O pipes for JavaScript

License:Apache License 2.0


Languages

Language:C 57.2%Language:JavaScript 42.3%Language:CMake 0.5%