felixge / node-combined-streamLinks
A stream that emits multiple other streams one after another.
☆143Updated 2 years ago
Alternatives and similar repositories for node-combined-stream
Users that are interested in node-combined-stream are comparing it to the libraries listed below
Sorting:
- Advanced FS Streaming for Node☆209Updated 4 years ago
- Like ruby's Abbrev module☆167Updated 3 weeks ago
- Body parsing☆121Updated last year
- Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"☆131Updated 6 years ago
- node.js access to v8's "raw" CallSites -- useful for custom traces, c-style assertions, getting the line number in execution etc☆248Updated 11 years ago
- Like duplexer (http://npm.im/duplexer) but using streams2☆72Updated 5 years ago
- Look up environment settings specific to different operating systems.☆137Updated 5 years ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆150Updated 7 months ago
- Create and parse HTTP Content-Type header☆142Updated last week
- Creates a duplex stream☆96Updated 4 years ago
- ☆121Updated 6 years ago
- HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.☆79Updated 5 years ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆193Updated last year
- ☆102Updated 4 years ago
- A fast O(1) push/pop/shift/unshift thing☆67Updated 9 years ago
- A simple LRU cache☆136Updated 4 years ago
- An easy way to expose properties on a module from a package.json☆163Updated 7 years ago
- Generic stream reconnection module.☆122Updated 8 years ago
- Generate unique ids.☆43Updated 4 years ago
- resolve function which support the browser field in package.json☆102Updated last year
- c-style assert() for nodejs, reporting the expression string as the error message☆288Updated 7 years ago
- Check if something is a Node.js stream☆115Updated last year
- HTTP request freshness testing☆163Updated last week
- Spawn for node.js but in a way that works regardless of which OS you're using☆64Updated 8 years ago
- The missing POSIX system calls for node.js☆214Updated 3 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆99Updated 2 years ago
- All the flow control you'll ever need