[ 源代码: 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