https://github.com/meteor/stream
the stream module from node core for browsers
https://github.com/meteor/stream
Last synced: 3 months ago
JSON representation
the stream module from node core for browsers
- Host: GitHub
- URL: https://github.com/meteor/stream
- Owner: meteor
- License: other
- Fork: true (browserify/stream-browserify)
- Created: 2017-10-18T18:24:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T18:48:47.000Z (about 8 years ago)
- Last Synced: 2024-09-25T13:04:45.879Z (over 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
- License: LICENSE
Awesome Lists containing this project
README
# stream-browserify
the stream module from node core, for browsers!
[](http://travis-ci.org/substack/stream-browserify)
# methods
Consult the node core
[documentation on streams](http://nodejs.org/docs/latest/api/stream.html).
# install
With [npm](https://npmjs.org) do:
```
npm install stream-browserify
```
but if you are using browserify you will get this module automatically when you
do `require('stream')`.
# license
MIT