Highland
scramjet
Highland | scramjet | |
---|---|---|
1 | - | |
3,423 | 253 | |
- | 0.0% | |
0.0 | 0.0 | |
about 4 years ago | over 1 year ago | |
JavaScript | JavaScript | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Highland
-
Stopping a stream, piping it to another stream and then resuming the stream
If you don't want the full stream to actual get through, then you can have a filter/transform limiting what can get through. I highly recommend highland https://caolan.github.io/highland/ to help deal with higher level stream stuff
scramjet
We haven't tracked posts mentioning scramjet yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
RxJS - A reactive programming library for JavaScript
stream-combiner2
through2 - Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
ramda - :ram: Practical functional Javascript
pumpify - Combine an array of streams into a single duplex stream using pump and duplexify
lodash - A modern JavaScript utility library delivering modularity, performance, & extras.
into-stream - Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
underscore - JavaScript's utility _ belt
Most.js - Ultra-high performance reactive programming
Sugar - A Javascript library for working with native objects.
through2-concurrent - Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)
preludejs - functional/point-free utils for JavaScript