0.0.2 • Published 9 years ago

stream v0.0.2

Weekly downloads
205,984
License
MIT
Repository
github
Last release
9 years ago

stream

Node.js streams in the browser.

Ported straight from the Node.js core and adapted to component/emitter's api.

For docs:

A testsuite for the browser is there too. Just issue npm install after you've cloned this repo and then open the html file.

Installation

Install with component(1)

$ component install juliangruber/stream

or

$ npm install stream

Usage example

var Stream = require('stream');

var src = new Stream();
src.readable = true;

var dest = new Stream();
dest.writable = true;
dest.write = function(data) {
  assert(data == 'test');
};

src.pipe(dest);

src.emit('data', 'test');

License

(MIT)

Copyright (c) 2012 Julian Gruber <julian@juliangruber.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

geotab-data-servicesuno-printer-toolkitprabhat-xml-parsertaobaoke_apiclickhouse2@epicor/kinetictaoke_sdk_fangyouindicadoresnode-red-contrib-dockernodemiot-workspacecheerio-without-node-native-rnzoobctg-test-modulewq-mobileapp14-vivesintabaco-serverwuqin_mobile@mubeen_ahmed/epubjs-rn@seongjoojin/epubjs-rngulp-css-url-extractenres-node-pluginenres-plugin@isygis/isy-mapkoala-angular-templatedekoa-hdodge-libprov4itdata-query-engineeviewer-libffmpegjs-advanced@jimp-rn/png@apemesh/ceams@mishguru/muppetsxsj-dev@valflrt/libreact-script-v5-oauth2-pkce@infinitebrahmanuniverse/nolb-streammyfiteco-apigramscriptwinbase-typesscrewdriver-apijovapos-pos@everything-registry/sub-chunk-2833eviewer7-lib@mstechusa/eviewer7-cli@bwc.mobidic/apicloutregulars-frontendhtml-pdf-puppeaventeon-vue3zenith-bot@subwallet_connect/ledgerpolkadothands_history_2deflangderby-browserifysimple-lichess-apisimple-hisaab-file-storageseqparseserver-api-databasescrewdriver-cd-apisearch-in-videosecure-file-transferschoomatic-sdksidanau-cr3m4-templateships-manager-frontshoutem-ui-edonecshoutem-ui-exposhrundsandmark-react-native-dynamodbdropbox_session_uploadskipper-selectel-storageskipper-openstackskipper-openstack-gremiskipper-openstack-v2edu_proxysnapserumsdksnapalgo-sdksnoowrap-nativees-minioes-minio-1erp-minio-uploadepubjs-rnepubjs-rn-62epubjs-rn-66epubjs-rn-lcmepubjs-rn-medelliot-openwhisk-localspatialconnectehentai-sdkspiget-apistadiusstafihub-appssv-keyssso-telconet2sso-telconet3sso-telconet4empower-containerencrypt_stringsstrapi-ftp-provideresignus_hw_coinsstrapi-provider-upload-mylocalescpos-printer-toolkitescpos-printer-toolkit-mirfalahtech
0.0.2

9 years ago

0.0.1

12 years ago