stream-browserify
Stream wrapper
Makes Node.js stream API compatible with browser environments.
the stream module from node core for browsers
103 stars
6 watching
42 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
browserify/events | A Node.js events module implementation for environments without it. | 1,385 |
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,032 |
browserify/watchify | Automatically rebuilds browserify bundles in response to file changes | 1,790 |
max-mapper/websocket-stream | A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers. | 668 |
feross/buffer | Provides an API identical to Node.js Buffer for the browser | 1,802 |
unifiedjs/unified-stream | Transforms a unified processor into a Node.js stream for processing input data | 17 |
nodefluent/kafka-streams | A Node.js library implementing Kafka Streams functionality for stream state processing and table representation. | 831 |
browserify/rustify | Transforms Rust code into WebAssembly for use in JavaScript environments | 494 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
kessler/node-bcat | A utility that pipes data from standard input to the browser for display with customizable behavior and formatting. | 340 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |
christophergregory/shopify-node-api | An OAuth2 module for interacting with the Shopify API using JavaScript. | 216 |
jakemmarsh/angularjs-gulp-browserify-boilerplate | A boilerplate project providing a structured environment for building single-page web applications with AngularJS, using Gulp and Browserify. | 1,033 |
node-influx/node-influx | A Node.js and browser library providing an API for nearly all InfluxDB operations | 862 |
rvagg/through2 | A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise. | 1,902 |