torrent-stream : Low level streaming torrent client that exposes files as node.js streams and downloads pieces based on demand. You can installing torrent-stream npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install torrent-stream $ sudo npm install -g torrent-stream
If want to update the torrent-stream package execute the command as below,
$ sudo npm update torrent-stream
Update package globally,
$ npm install -g torrent-stream
$ sudo git clone https://github.com/rektide/torrent-stream.git
$ sudo npm install -g ./torrent-stream
torrent-stream@1.0.3 /usr/lib/node_modules/torrent-stream
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall torrent-stream
| Package Name | torrent-stream |
| Version | 1.0.3 |
| Description | Low level streaming torrent client that exposes files as node.js streams and downloads pieces based on demand |
| Released Date | 2016-05-15T19:05:06.035Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/torrent-stream/tutorial |