[ bianca ]
[ 原始碼: node-through ]
套件:node-through(2.3.8+~cs0.0.30-1)
node-through 的相關連結
下載原始碼套件 node-through:
- [node-through_2.3.8+~cs0.0.30-1.debian.tar.xz]
- [node-through_2.3.8+~cs0.0.30-1.dsc]
- [node-through_2.3.8+~cs0.0.30.orig-types-through.tar.gz]
- [node-through_2.3.8+~cs0.0.30.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
simplified stream construction
Easy way to create a Stream that is both readable and writable.
Pass in optional write and end methods.
through takes care of pause/resume logic if you use this.queue(data)
instead of this.emit('data', data).
Use this.pause() and this.resume() to manage flow.
Check this.paused to see current flow state.
(write always returns !this.paused).
This function is the basis for most of the synchronous streams in event-stream.
Node.js is an event-based server-side JavaScript engine.