[ 源代码: node-duplexer3 ]
软件包:node-duplexer3(1.0.0+~0.1.1-2)
node-duplexer3 的相关链接
Debian 的资源:
下载源码包 node-duplexer3:
- [node-duplexer3_1.0.0+~0.1.1-2.dsc]
- [node-duplexer3_1.0.0+~0.1.1.orig-types-duplexer3.tar.gz]
- [node-duplexer3_1.0.0+~0.1.1.orig.tar.gz]
- [node-duplexer3_1.0.0+~0.1.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Like duplexer but using streams3
This is a reimplementation of duplexer using the Streams3 API which is standard in Node as of v4. Everything largely works the same Duplexer takes a writable stream and a readable stream and makes them appear as a readable writable stream.
Node.js is an event-based server-side JavaScript engine.