An open API service indexing awesome lists of open source software.

https://github.com/mdrokz/react-native-stream

Stream module port for react-native
https://github.com/mdrokz/react-native-stream

javascript module nodejs react react-native streams web

Last synced: 2 months ago
JSON representation

Stream module port for react-native

Awesome Lists containing this project

README

          

# react-native-stream

A direct port of node.js stream module for the web and react-native.

# Installation

`npm i react-native-streams`

# Dependencies

There are only 2 dependencies

1. buffer - for dealing with binary data
2. events - for broadcasting events like 'data' and 'end'