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
- Host: GitHub
- URL: https://github.com/mdrokz/react-native-stream
- Owner: mdrokz
- License: gpl-3.0
- Created: 2021-10-26T10:21:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T10:10:54.000Z (over 4 years ago)
- Last Synced: 2025-01-11T03:27:13.355Z (over 1 year ago)
- Topics: javascript, module, nodejs, react, react-native, streams, web
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'