[ 原始碼: node-read-only-stream ]
套件:node-read-only-stream(2.0.0-6)
node-read-only-stream 的相關連結
Debian 的資源:
下載原始碼套件 node-read-only-stream:
- [node-read-only-stream_2.0.0-6.dsc]
- [node-read-only-stream_2.0.0.orig.tar.gz]
- [node-read-only-stream_2.0.0-6.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Node.js read-only stream implementation
This module allow one to use a readable/writable stream internally but to expose just the readable part of that internal stream.
A stream is an abstract interface for working with streaming data in Node.js. There are many stream objects provided by Node.js. For instance, a request to an HTTP server and process.stdout are both stream instances.
Node.js is an event-based server-side JavaScript engine.
其他與 node-read-only-stream 有關的套件
|
|
|
|
-
- dep: node-readable-stream
- stream compatibility library for Node.js and browser