travel/admin/node_modules/stream-browserify
yaosen 242417d45d init... 2024-06-24 11:28:18 +08:00
..
test init... 2024-06-24 11:28:18 +08:00
.travis.yml init... 2024-06-24 11:28:18 +08:00
LICENSE init... 2024-06-24 11:28:18 +08:00
index.js init... 2024-06-24 11:28:18 +08:00
package.json init... 2024-06-24 11:28:18 +08:00
readme.markdown init... 2024-06-24 11:28:18 +08:00

readme.markdown

stream-browserify

the stream module from node core, for browsers!

build status

methods

Consult the node core documentation on streams.

install

With npm do:

npm install stream-browserify

but if you are using browserify you will get this module automatically when you do require('stream').

license

MIT