[ ソース: node-duplexer ]
パッケージ: node-duplexer (0.1.2-1)
node-duplexer に関するリンク
Debian の資源:
node-duplexer ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Creates a duplex stream
This modules takes a writable stream and a readable stream and makes them appear as a readable writable stream. It is assumed that the two streams are connected to each other in some way.
node-duplex2 and node-duplex3 are similar but has different APIs.
Node.js is an event-based server-side JavaScript engine.