套件: node-duplexer3 (0.1.4-2)
node-duplexer3 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-duplexer3:
- [node-duplexer3_0.1.4-2.dsc]
- [node-duplexer3_0.1.4.orig.tar.gz]
- [node-duplexer3_0.1.4-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Tushar Agey
外部的資源:
- 主頁 [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.