@foxify/stream
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Stream

@foxify/stream is a high performance Stream alternative for Node.js and browser that has been optimized to be faster than the native version, (why not?!).

NPM Version TypeScript Version npm bundle size (minified) npm bundle size (minified + gzip) Tested With Jest Pull Requests License Build Status Coverage Status Package Quality Dependencies Status NPM Total Downloads NPM Monthly Downloads Open Issues Closed Issues known vulnerabilities Github Stars Github Forks

This module is API compatible with the Stream that ships by default with Node.js but there are some slight differences:

  • Uses @foxify/events as the EventEmitter.
  • The emitClose option is not available.

Table of Contents

Installation

npm i @foxify/stream

Usage

const { Readable, Writable, Duplex } = require("@foxify/stream");

For the API documentation, please follow the official Node.js documentation.

Benchmarks

npm run benchmarks

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Dependencies (1)

Dev Dependencies (9)

Package Sidebar

Install

npm i @foxify/stream

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

100 kB

Total Files

57

Last publish

Collaborators

  • ardalanamini