[ 源代码: node-pump ]
软件包:node-pump(3.0.0-1)
small node module that pipes streams together
When using standard source.pipe(dest) source will not be destroyed if dest emits close or an error. You are also not able to provide a callback to tell when then pipe has finished. pump does these two things for you.
Node.js is an event-based server-side JavaScript engine.
其他与 node-pump 有关的软件包
|
|
|
|
-
- dep: node-end-of-stream (>= 1.1.0)
- Invoke a callback when a stream has completed or failed
-
- dep: node-once (>= 1.3.1)
- Run a function only once with this module for Node.js
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable