Archiver is a Node.js library that provides a streaming interface for creating archive files in various formats, such as ZIP and TAR, supporting multiple compression methods.
tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. example: host a: $ tcpcat -l 63255 | gzip -dc | tar xvf - host b: $ tcpcat -h hosta:63255 tcpcat-X.X.X.tar.gz